Klasa ReflectionAttributeReflectionAttribute
&reftitle.intro;
Klasa ReflectionAttribute dostarcza informacje na temat
Atrybutu.
&reftitle.classsynopsis;
ReflectionAttributeimplementsReflector&Constants;publicconstintReflectionAttribute::IS_INSTANCEOF&Properties;publicstringname&Methods;
&reftitle.properties;
name
Nazwa atrybutu.
&reftitle.constants;
Flagi ReflectionAttributeReflectionAttribute::IS_INSTANCEOFint
Pobiera atrybuty używając
sprawdzenia instanceof.
Wartości tych stałych mogą się zmieniać między wersjami PHP.
Zalecane jest, aby zawsze używać stałych
i unikać polegania bezpośrednio na ich wartościach.
&reftitle.changelog;
&Version;&Description;8.4.0
Stałe klasy są teraz otypowane.
8.4.0
Dodano ReflectionAttribute::$name.
&reference.reflection.entities.reflectionattribute;