- See also:
- UnifiedContainer for alternative
More...
List of all members.
Detailed Description
- See also:
- UnifiedContainer for alternative
Definition at line 18 of file StorableContainer.class.php.
Constructor & Destructor Documentation
Member Function Documentation
| StorableContainer::getPartDAO |
( |
|
) |
|
| StorableContainer::getById |
( |
$ |
id |
) |
|
| StorableContainer::dropById |
( |
$ |
id |
) |
|
| StorableContainer::getList |
( |
|
) |
|
| StorableContainer::getIdsList |
( |
|
) |
|
| StorableContainer::getCount |
( |
|
) |
|
| StorableContainer::save |
( |
$ |
parentId |
) |
|
| StorableContainer::import |
( |
$ |
parentId |
) |
|
| static StorableContainer::dropByParentId |
( |
$ |
parentId, |
|
|
PartDAO $ |
childDAO | |
|
) |
| | [static] |
| StorableContainer::checkLoaded |
( |
|
) |
[private] |
| StorableContainer::processAdd |
( |
$ |
parentId |
) |
[private] |
| StorableContainer::addSaved |
( |
Identifiable $ |
object |
) |
[private] |
Member Data Documentation
StorableContainer::$loaded = null [private] |
StorableContainer::$parentId = null [private] |
StorableContainer::$new = array() [private] |
StorableContainer::$insert = array() [private] |
StorableContainer::$saved = array() [private] |
StorableContainer::$deleted = array() [private] |
StorableContainer::$partDAO = null [private] |
StorableContainer::$expires = null [private] |
The documentation for this class was generated from the following file:
|