static function Action_sort(LemonAction $ap) { $ap = Lemon::msort($ap, 'next', array('LemonAction', 'actioncmp')); return $ap; }