PhpParser\PrettyPrinter\Standard::pExpr_AssignOp_Concat PHP Method

pExpr_AssignOp_Concat() protected method

protected pExpr_AssignOp_Concat ( PhpParser\Node\Expr\AssignOp\Concat $node )
$node PhpParser\Node\Expr\AssignOp\Concat
    protected function pExpr_AssignOp_Concat(AssignOp\Concat $node) {
        return $this->pInfixOp('Expr_AssignOp_Concat', $node->var, ' .= ', $node->expr);
    }
Standard