Inherits Dao.
◆ __construct()
| __construct |
( |
DBConnection |
$dbConnection, |
|
|
|
$daoInterface, |
|
|
ReflectionClass |
$daoInterfaceReflectionClass, |
|
|
|
$queryFactoriesFiles, |
|
|
|
$paginatorQueryFactoriesFiles |
|
) |
| |
◆ __call()
| __call |
( |
|
$methodName, |
|
|
|
$args |
|
) |
| |
◆ beginTransaction()
zapocne transakci
Implements Dao.
◆ commit()
commituje transakci
Implements Dao.
◆ create()
- See also
- ::findBy()
-
::create()
Implements Dao.
◆ createDefaultPaginatorConfig()
vytvori defaultni strankovac
- Parameters
-
| integer | $maxPageSize | maximalni velikost stranky |
- Returns
- PaginatorConfig paginator config pro dany paginator
Implements Dao.
◆ createPaginatorConfig()
vytvori PaginatorConfig pro paginator $paginatorName s konfiguraci, jak se maji prevadet parametry pro dany paginator
- Parameters
-
| string | $paginatorName | |
| integer | $maxPageSize | maximalni velikost stranky |
- Returns
- PaginatorConfig paginator config pro dany paginator
Implements Dao.
◆ delete()
- See also
- ::delete()
Implements Dao.
◆ find()
| find |
( |
array |
$params, |
|
|
array |
$orders = [] |
|
) |
| |
najde vsechny objekty odpovidaji params poli kde je klic jmeno promenne a hodnota je hodnota kterou nabyva hodnoty se vazou pres and
- Parameters
-
| array | $params | hodnoty jednotlivych property, ktere ma nabivat |
| array | $orders | podle jakych property se maji vysledky seradit, klice jsou nazvy property a hodnota je boolean ktery urcuje jestli se ma radit asc pokud je true nebo desc pokud je false |
- Returns
Implements Dao.
◆ flush()
- See also
- ::flush()
Implements Dao.
◆ load()
- See also
- ::load()
Implements Dao.
◆ loadAll()
- See also
- ::loadAll()
Implements Dao.
◆ paginate()
- See also
- ::paginate()
Implements Dao.
◆ rollBack()
rollbackuje transakci
Implements Dao.
◆ save()
- See also
- ::save()
Implements Dao.
◆ update()
- See also
- ::update()
Implements Dao.
◆ $daoInterfaceReflectionClass
| $daoInterfaceReflectionClass |
|
protected |
◆ $dbConnection
◆ $domainClassName
◆ $paginatorFactories
◆ $queryFactory
The documentation for this class was generated from the following file: