PhpParser\PrettyPrinter\Standard::pExpr_AssignOp_ShiftLeft PHP Method

pExpr_AssignOp_ShiftLeft() protected method

protected pExpr_AssignOp_ShiftLeft ( PhpParser\Node\Expr\AssignOp\ShiftLeft $node )
$node PhpParser\Node\Expr\AssignOp\ShiftLeft
    protected function pExpr_AssignOp_ShiftLeft(AssignOp\ShiftLeft $node) {
        return $this->pInfixOp('Expr_AssignOp_ShiftLeft', $node->var, ' <<= ', $node->expr);
    }
Standard