PhpParser\PrettyPrinter\Standard::pExpr_AssignOp_ShiftRight PHP Method

pExpr_AssignOp_ShiftRight() protected method

protected pExpr_AssignOp_ShiftRight ( PhpParser\Node\Expr\AssignOp\ShiftRight $node )
$node PhpParser\Node\Expr\AssignOp\ShiftRight
    protected function pExpr_AssignOp_ShiftRight(AssignOp\ShiftRight $node) {
        return $this->pInfixOp('Expr_AssignOp_ShiftRight', $node->var, ' >>= ', $node->expr);
    }
Standard