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);