Example #1
0
 /**
  * Get count by a set of criteria
  *
  * @param  array $criteria
  * @return int
  */
 public function getCountBy(array $criteria = array())
 {
     return (int) $this->repository->getCountBy($criteria);
 }