PhpParser\PrettyPrinter\Standard::pExpr_BinaryOp_Coalesce PHP Method

pExpr_BinaryOp_Coalesce() protected method

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