Newscoop\Service\IEntityService::getCount PHP Метод

getCount() публичный Метод

Provides the count of the entities that can be associated with the provided search.
public getCount ( Search $search = NULL ) : integer
$search Newscoop\Service\Model\Search\Search The search criteria, not null.
Результат integer The entities count.
    function getCount(Search $search = NULL);