|
The ReflectionConstant classIntroductionThe ReflectionConstant class reports information about a global constant. Class synopsis
ReflectionConstant
implements
Reflector
/* Properties */
public
string
$name;
/* Methods */
public __construct(string
$name)public array getAttributes(stringnull
$name = null, int $flags = 0)public ReflectionExtensionnull getExtension()
public stringfalse getExtensionName()
public stringfalse getFileName()
public string getName()
public string getNamespaceName()
public string getShortName()
public mixed getValue()
public bool isDeprecated()
public string __toString()
Properties
Changelog
See Also
|