예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function count()
 {
     return intval(ceil($this->cursor->count() / $this->pageSize));
 }