PhpParser\PrettyPrinter\Standard::pExpr_ShellExec PHP Method

pExpr_ShellExec() protected method

protected pExpr_ShellExec ( PhpParser\Node\Expr\ShellExec $node )
$node PhpParser\Node\Expr\ShellExec
    protected function pExpr_ShellExec(Expr\ShellExec $node) {
        return '`' . $this->pEncapsList($node->parts, '`') . '`';
    }
Standard