Пример #1
0
 protected function getPagingBy()
 {
     try {
         return LBoxFront::getPagingBy();
     } catch (Exception $e) {
         throw $e;
     }
 }