Method | Description | |
---|---|---|
getCount ( |
Provides the count of the entities that can be associated with the provided search. | |
getEntities ( |
Provides the all the entities that can be associated with the provided search |
public getEntities ( |
||
$search | The search criteria, not null. | |
$offset | integer | 0 | |
$limit | integer | The limit of entities to fetch, negaive value will fetch all entities found. |
return | array | The array of entities found. |