ReflectionClassConstant::__construct

ReflectionClassConstant を構築する

説明

public ReflectionClassConstant::__construct(objectstring $class, string $constant)

新しい ReflectionClassConstant を構築します。

パラメータ

class

リフレクションするクラス名を含んだ文字列か、object

constant

クラス定数の名前

エラー / 例外

与えられたクラス定数が存在しない場合は、Exception をスローします。

参考