|
The ReflectionConstant classIntroductionThe ReflectionConstant class reports information about a global constant. Class synopsis
final
ReflectionConstant
implements
Reflector
/* Properties */
public
string
$name;
/* Methods */
public __construct(string
$name )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
See Also
|