|
ReflectionClassConstant クラスはじめにReflectionClassConstant クラスは、クラス定数に関する情報を報告します。 クラス概要
ReflectionClassConstant
implements
Reflector
/* 定数 */
public
const
int
ReflectionClassConstant::IS_PUBLIC;
public
const
int
ReflectionClassConstant::IS_PROTECTED;
public
const
int
ReflectionClassConstant::IS_PRIVATE;
public
const
int
ReflectionClassConstant::IS_FINAL;
/* プロパティ */
public
string
$name;
public
string
$class;
/* メソッド */
public __construct(objectstring
$class , string $constant )public static string export(mixed
$class , string $name , bool $return = ?)public array getAttributes(stringnull
$name = null , int $flags = 0)public ReflectionClass getDeclaringClass()
public stringfalse getDocComment()
public int getModifiers()
public string getName()
public ReflectionTypenull getType()
public mixed getValue()
public bool hasType()
public bool isDeprecated()
public bool isEnumCase()
public bool isFinal()
public bool isPrivate()
public bool isProtected()
public bool isPublic()
public string __toString()
プロパティ
定義済み定数ReflectionClassConstant の修飾子
変更履歴
|