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

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

Provides the all the entities that can be associated with the provided search
public getEntities ( Search $search = NULL, integer | 0 $offset, integer $limit ) : array
$search Newscoop\Service\Model\Search\Search The search criteria, not null.
$offset integer | 0
$limit integer The limit of entities to fetch, negaive value will fetch all entities found.
Результат array The array of entities found.
    function getEntities(Search $search = NULL, $offset = 0, $limit = -1);