PHP Class PHPStan\Reflection\Php\PhpPropertyReflection

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

Public Methods

Method Description
__construct ( ClassReflection $declaringClass, PHPStan\Type\Type $type, ReflectionProperty $reflection )
getDeclaringClass ( ) : ClassReflection
getType ( ) : PHPStan\Type\Type
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

Method Details

__construct() public method

public __construct ( ClassReflection $declaringClass, PHPStan\Type\Type $type, ReflectionProperty $reflection )
$declaringClass PHPStan\Reflection\ClassReflection
$type PHPStan\Type\Type
$reflection ReflectionProperty

getDeclaringClass() public method

public getDeclaringClass ( ) : ClassReflection
return PHPStan\Reflection\ClassReflection

getType() public method

public getType ( ) : PHPStan\Type\Type
return PHPStan\Type\Type

isPrivate() public method

public isPrivate ( ) : boolean
return boolean

isPublic() public method

public isPublic ( ) : boolean
return boolean

isStatic() public method

public isStatic ( ) : boolean
return boolean