PhpParser\PrettyPrinter\Standard::pExpr_BinaryOp_Coalesce PHP Méthode

pExpr_BinaryOp_Coalesce() protected méthode

protected pExpr_BinaryOp_Coalesce ( PhpParser\Node\Expr\BinaryOp\Coalesce $node )
$node PhpParser\Node\Expr\BinaryOp\Coalesce
    protected function pExpr_BinaryOp_Coalesce(BinaryOp\Coalesce $node) {
        return $this->pInfixOp('Expr_BinaryOp_Coalesce', $node->left, ' ?? ', $node->right);
    }
Standard