A classe ReflectionAttribute ReflectionAttribute
&reftitle.intro; A classe ReflectionAttribute fornece informações sobre um Atributo.
&reftitle.classsynopsis; ReflectionAttribute implements Reflector &Constants; public const int ReflectionAttribute::IS_INSTANCEOF &Properties; public string name &Methods;
&reftitle.properties; name O nome do atributo.
&reftitle.constants;
ReflectionAttribute Flags ReflectionAttribute::IS_INSTANCEOF int Recupere atributos usando uma verificação instanceof. Os valores dessas constantes podem mudar entre as versões do PHP. É recomendado sempre usar as constantes e não confiar diretamente nos valores.
&reftitle.changelog; &Version; &Description; 8.4.0 Todas as constantes de classe agora são tipadas. 8.4.0 Adicionado ReflectionAttribute::$name.
&reference.reflection.entities.reflectionattribute;