PhpParser\PrettyPrinter\Standard::pExpr_ErrorSuppress PHP Method

pExpr_ErrorSuppress() protected method

protected pExpr_ErrorSuppress ( PhpParser\Node\Expr\ErrorSuppress $node )
$node PhpParser\Node\Expr\ErrorSuppress
    protected function pExpr_ErrorSuppress(Expr\ErrorSuppress $node) {
        return $this->pPrefixOp('Expr_ErrorSuppress', '@', $node->expr);
    }
Standard