PHP Interface PHPStan\Reflection\ClassMemberReflection

Show file Open project: phpstan/phpstan Interface Usage Examples

Public Methods

Method Description
getDeclaringClass ( ) : ClassReflection
isPrivate ( ) : boolean
isPublic ( ) : boolean
isStatic ( ) : boolean

Method Details

getDeclaringClass() public method

public getDeclaringClass ( ) : ClassReflection
return ClassReflection

isPrivate() public method

public isPrivate ( ) : boolean
return boolean

isPublic() public method

public isPublic ( ) : boolean
return boolean

isStatic() public method

public isStatic ( ) : boolean
return boolean