php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ReflectionAttribute Class Reference
Inheritance diagram for ReflectionAttribute:
Reflector Stringable

Public Member Functions

 getName ()
 
 getTarget ()
 
 isRepeated ()
 
 getArguments ()
 
 newInstance ()
 
 __toString ()
 

Data Fields

const int IS_INSTANCEOF = UNKNOWN
 
string $name
 

Detailed Description

@not-serializable

Definition at line 837 of file php_reflection.stub.php.

Member Function Documentation

◆ __toString()

ReflectionAttribute::__toString ( )

Implements Stringable.

Definition at line 850 of file php_reflection.stub.php.

◆ getArguments()

ReflectionAttribute::getArguments ( )

Definition at line 847 of file php_reflection.stub.php.

◆ getName()

ReflectionAttribute::getName ( )

Definition at line 844 of file php_reflection.stub.php.

◆ getTarget()

ReflectionAttribute::getTarget ( )

Definition at line 845 of file php_reflection.stub.php.

◆ isRepeated()

ReflectionAttribute::isRepeated ( )

Definition at line 846 of file php_reflection.stub.php.

◆ newInstance()

ReflectionAttribute::newInstance ( )

Definition at line 848 of file php_reflection.stub.php.

Field Documentation

◆ $name

string ReflectionAttribute::$name

Definition at line 842 of file php_reflection.stub.php.

◆ IS_INSTANCEOF

const int ReflectionAttribute::IS_INSTANCEOF = UNKNOWN

@cvalue REFLECTION_ATTRIBUTE_IS_INSTANCEOF

Definition at line 840 of file php_reflection.stub.php.


The documentation for this class was generated from the following file: