Пример #1
0
 /**
  * Retrieve count of loaded items
  *
  * @return int
  */
 public function count()
 {
     $this->filterPool->applyFilters($this->collection);
     return $this->collection->count();
 }
Пример #2
0
 /**
  * Retrieve count of loaded items
  *
  * @return int
  */
 public function count()
 {
     return $this->collection->count();
 }