Пример #1
0
 public static function getStatistic($what)
 {
     $data = Statistic::getOrders();
     return array('list' => $data);
 }