|
eZ Publish
[trunk]
|
Inheritance diagram for eZPendingActions:
Collaboration diagram for eZPendingActions:Static Public Member Functions | |
| static | definition () |
| Schema definition eZPersistentObject implementation for ezpending_actions table. | |
| static | fetchByAction ($action, array $aCreationDateFilter=array()) |
| Fetches a pending actions list by action name. | |
| static | removeByAction ($action, array $filterConds=array()) |
| Remove entries by action. | |
Definition at line 11 of file ezpendingactions.php.
| static eZPendingActions::definition | ( | ) | [static] |
Schema definition eZPersistentObject implementation for ezpending_actions table.
Reimplemented from eZPersistentObject.
Definition at line 19 of file ezpendingactions.php.
| static eZPendingActions::fetchByAction | ( | $ | action, |
| array $ | aCreationDateFilter = array() |
||
| ) | [static] |
Fetches a pending actions list by action name.
| string | $action | |
| array | $aCreationDateFilter | Created date filter array (default is empty array). Must be a 2 entries array. First entry is the filter token (can be '=', '<', '<=', '>', '>=') Second entry is the filter value (timestamp) |
Definition at line 63 of file ezpendingactions.php.
| static eZPendingActions::removeByAction | ( | $ | action, |
| array $ | filterConds = array() |
||
| ) | [static] |
Remove entries by action.
| string | $action | |
| array | $filterConds | Additional filter conditions, as supported by eZPersistentObject::fetchObjectList() ($conds param). For consistency sake, if an 'action' key is set here, it won't be taken into account |
Definition at line 98 of file ezpendingactions.php.
Referenced by eZContentOperationCollection\deleteObject().