Пример #1
0
 public function applications()
 {
     if (GadgetRequest::hasPaging()) {
         return $this->applicationsByQuery(array());
     }
     return $this->getData($this->base . "applications/");
 }