The ReflectionClassConstant class

(PHP 7 >= 7.1.0)

Introducere

The ReflectionClassConstant class reports information about a class constant.

Sinopsisul clasei

ReflectionClassConstant implements Reflector {
/* Proprietăți */
public $name ;
public $class ;
/* Metode */
public __construct ( mixed $class , string $name )
public static export ( mixed $class , string $name [, bool $return ] ) : string
public getDocComment ( void ) : string
public getModifiers ( void ) : int
public getName ( void ) : string
public getValue ( void ) : mixed
public isPrivate ( void ) : bool
public isProtected ( void ) : bool
public isPublic ( void ) : bool
public __toString ( void ) : string
}

Proprietăți

name

Name of the class constant. Read-only, throws ReflectionException in attempt to write.

class

Name of the class where the class constant is defined. Read-only, throws ReflectionException in attempt to write.

Cuprins