Newscoop\Package\PackageService::getCountBy PHP Méthode

getCountBy() public méthode

Get count by a set of criteria
public getCountBy ( array $criteria = [] ) : integer
$criteria array
Résultat integer
    public function getCountBy(array $criteria = array())
    {
        return (int) $this->repository->getCountBy($criteria);
    }