ReflectionClassConstant::__construct

(PHP 7 >= 7.1.0)

ReflectionClassConstant::__constructConstructs a ReflectionClassConstant

说锟斤拷

public ReflectionClassConstant::__construct ( mixed $class , string $name )

Constructs a new ReflectionClassConstant object.

锟斤拷锟斤拷

class

Either a string containing the name of the class to reflect, or an object.

name

The name of the class constant.

锟斤拷锟斤拷值

Returns constructed ReflectionClassConstant instance.

锟斤拷锟斤拷锟届常

Throws an Exception in case the given class constant does not exist.

锟轿硷拷