Property | Type | Description | |
---|---|---|---|
$searchClassName | string |
Method | Description | |
---|---|---|
__construct ( |
Construct the service base d on the provided resource id. | |
getCount ( |
* --------------------------------------------------------------- | |
getEntities ( |
Method | Description | |
---|---|---|
map ( |
Maps a search column to an actual doctrine field name. | |
processInterogation ( |
Builds on to the provided query builder the interogations that will reflect the provided search object. | |
processOrder ( |
Builds on to the provided query builder the ordering that will reflect the provided search object. |
public __construct ( |
||
$id | The resource id, not null not empty |
public getCount ( |
||
$search |
public getEntities ( |
||
$search |
abstract protected map ( |
||
$search | The search object containing the column, *(not null not empty). | |
$column | The column for which to get the doctrine field name, *(not null not empty). | |
return | string | The doctrine field name. |
protected processInterogation ( |
||
$search | The search from which the query is build, if the search does not reflect any interogation no actions needs to be taken, *(not null not empty). | |
$qb | Doctrine\ORM\QueryBuilder | The Doctrine query builder to be constructed on, *(not null not empty). |
protected processOrder ( |
||
$search | The search from which the query is build, if the search does not reflect any ordering no actions needs to be taken, *(not null not empty). | |
$qb | Doctrine\ORM\QueryBuilder | The Doctrine query builder to be constructed on, *(not null not empty). |