PHP Class PHPStan\Reflection\ObsoleteClassConstantReflection

Inheritance: implements PHPStan\Reflection\ClassConstantReflection
Show file Open project: phpstan/phpstan

Public Methods

Method Description
__construct ( ClassReflection $declaringClass, string $name, mixed $value )
getDeclaringClass ( ) : ClassReflection
getName ( ) : string
getValue ( ) : mixed
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

Method Details

__construct() public method

public __construct ( ClassReflection $declaringClass, string $name, mixed $value )
$declaringClass ClassReflection
$name string
$value mixed

getDeclaringClass() public method

public getDeclaringClass ( ) : ClassReflection
return ClassReflection

getName() public method

public getName ( ) : string
return string

getValue() public method

public getValue ( ) : mixed
return mixed

isPrivate() public method

public isPrivate ( ) : boolean
return boolean

isPublic() public method

public isPublic ( ) : boolean
return boolean

isStatic() public method

public isStatic ( ) : boolean
return boolean