PDepend\Source\Language\PHP\AbstractPHPParser::parseParentType PHP Метод

parseParentType() защищенный Метод

protected parseParentType ( ) : PDepend\Source\AST\ASTParentReference
Результат PDepend\Source\AST\ASTParentReference
    protected function parseParentType()
    {
        return $this->parseParentReference($this->consumeToken(Tokens::T_PARENT));
    }
AbstractPHPParser