PhpParser\PrettyPrinter\Standard::pExpr_Print PHP Method

pExpr_Print() protected method

protected pExpr_Print ( PhpParser\Node\Expr\Print_ $node )
$node PhpParser\Node\Expr\Print_
    protected function pExpr_Print(Expr\Print_ $node) {
        return $this->pPrefixOp('Expr_Print', 'print ', $node->expr);
    }
Standard