Esempio n. 1
0
 /**
  * @see parent::loadMatchingList()
  */
 function loadMatchingList($order = null, $limit = null, $group = null, $ljoin = null)
 {
     $order = "movement_id DESC, start_of_movement DESC";
     return parent::loadMatchingList($order, $limit, $group, $ljoin);
 }