PHPCfg\Parser::parseExpr_Include PHP Method

parseExpr_Include() protected method

protected parseExpr_Include ( PhpParser\Node\Expr\Include_ $expr )
$expr PhpParser\Node\Expr\Include_
    protected function parseExpr_Include(Expr\Include_ $expr)
    {
        return new Op\Expr\Include_($this->readVariable($this->parseExprNode($expr->expr)), $expr->type, $this->mapAttributes($expr));
    }
Parser