PHP Class PHPStan\Reflection\Php\UniversalObjectCrateProperty

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

Public Methods

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

Method Details

__construct() public method

public __construct ( ClassReflection $declaringClass )
$declaringClass PHPStan\Reflection\ClassReflection

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