Newscoop\Package\PackageService::getCountBy PHP Method

getCountBy() public method

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