eZ Publish  [trunk]
eZPendingActions Class Reference
+ Inheritance diagram for eZPendingActions:
+ Collaboration diagram for eZPendingActions:

List of all members.

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.

Detailed Description

Definition at line 11 of file ezpendingactions.php.


Member Function Documentation

static eZPendingActions::definition ( ) [static]

Schema definition eZPersistentObject implementation for ezpending_actions table.

See also:
kernel/classes/ezpersistentobject.php
Returns:
array

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.

Parameters:
string$action
array$aCreationDateFilterCreated 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)
Returns:
array|null Array of eZPendingActions or null if no entry has been found

Definition at line 63 of file ezpendingactions.php.

static eZPendingActions::removeByAction ( action,
array $  filterConds = array() 
) [static]

Remove entries by action.

Parameters:
string$action
array$filterCondsAdditional 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().


The documentation for this class was generated from the following file: