Exemplo n.º 1
0
 public function getCount($offset = null, $count = null)
 {
     $this->_setPage($offset, $count);
     return $this->_paging->getCount();
 }