Пример #1
0
 /**
  * @see User_WrapperInterface::list_groups()
  * @param string $order_by
  * @param string $order_method
  * @param integer $start
  * @param integer $end
  * @return array
  */
 public static function list_groups($order_by, $order_method, $start, $end)
 {
     return User_Wrapper_Access::list_groups($order_by, $order_method, $start, $end);
 }