PHPCfg\Parser::parseExpr_StaticPropertyFetch PHP Метод

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

protected parseExpr_StaticPropertyFetch ( PhpParser\Node\Expr\StaticPropertyFetch $expr )
$expr PhpParser\Node\Expr\StaticPropertyFetch
    protected function parseExpr_StaticPropertyFetch(Expr\StaticPropertyFetch $expr)
    {
        return new Op\Expr\StaticPropertyFetch($this->readVariable($this->parseExprNode($expr->class)), $this->readVariable($this->parseExprNode($expr->name)), $this->mapAttributes($expr));
    }
Parser