Newscoop\Service\IEntityService::getCount PHP Method

getCount() public method

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.
return integer The entities count.
    function getCount(Search $search = NULL);