Cacheless DAO worker.
More...
List of all members.
Detailed Description
Cacheless DAO worker.
- See also:
- CommonDaoWorker for manual-caching one.
SmartDaoWorker for transparent one.
Definition at line 21 of file NullDaoWorker.class.php.
Member Function Documentation
| NullDaoWorker::getById |
( |
$ |
id |
) |
|
| NullDaoWorker::getListByIds |
( |
$ |
ids |
) |
|
| NullDaoWorker::getPlainList |
( |
|
) |
|
| NullDaoWorker::getCustomRowList |
( |
SelectQuery $ |
query |
) |
|
| NullDaoWorker::dropById |
( |
$ |
id |
) |
|
| NullDaoWorker::dropByIds |
( |
$ |
ids |
) |
|
| NullDaoWorker::cacheByQuery |
( |
SelectQuery $ |
query, |
|
|
$ |
object | |
|
) |
| | |
| NullDaoWorker::cacheListByQuery |
( |
SelectQuery $ |
query, |
|
|
$ |
array | |
|
) |
| | |
| NullDaoWorker::uncacheById |
( |
$ |
id |
) |
|
| NullDaoWorker::uncacheByIds |
( |
$ |
ids |
) |
|
| NullDaoWorker::uncacheLists |
( |
|
) |
|
| NullDaoWorker::getCachedById |
( |
$ |
id |
) |
|
| NullDaoWorker::getCachedByQuery |
( |
SelectQuery $ |
query |
) |
|
The documentation for this class was generated from the following file:
|
|