PHPSA\Definition\AbstractDefinition::getPointer PHP Method

getPointer() public method

public getPointer ( ) : ScopePointer
return PHPSA\ScopePointer
    public function getPointer()
    {
        return new ScopePointer($this);
    }