|
The ReflectionAttribute classIntroductionThe ReflectionAttribute class provides information about an Attribute. Class synopsis
ReflectionAttribute
implements
Reflector
/* Constants */
public
const
int
ReflectionAttribute::IS_INSTANCEOF;
/* Properties */
public
string
$name;
/* Methods */
private __construct()
public array getArguments()
public string getName()
public int getTarget()
public bool isRepeated()
public object newInstance()
Properties
Predefined ConstantsReflectionAttribute Flags
Changelog
|