Property | Type | Description | |
---|---|---|---|
$em | |||
$entityName | string | ||
$repository | Doctrine\ORM\EntityRepository |
Method | Description | |
---|---|---|
__construct ( |
||
getCount ( ) : integer | Get user count | |
getData ( array $params, array $cols ) : array | Get data for table | |
getFilteredCount ( array $params, array $cols ) : integer | Get filtered count |
Method | Description | |
---|---|---|
buildWhere ( array $cols, $params ) : Doctrine\ORM\Query\Expr | Build where condition |
public __construct ( |
||
$em |