Newscoop\Package\PackageService::getCountBy PHP 메소드

getCountBy() 공개 메소드

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