コード例 #1
0
ファイル: PagingGroup.php プロジェクト: cargomedia/cm
 public function getCount($offset = null, $count = null)
 {
     $this->_setPage($offset, $count);
     return $this->_paging->getCount();
 }