PhpParser\PrettyPrinter\Standard::pExpr_ShellExec PHP 메소드

pExpr_ShellExec() 보호된 메소드

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