Exemplo n.º 1
0
 /**
  * vraci current stranku
  * @return LBoxPagingPage
  */
 public function getPageCurrent()
 {
     try {
         return $this->getPageByNumber($this->paging->getPageNumberCurrent());
     } catch (Exception $e) {
         throw $e;
     }
 }