|
eZ Publish
[4.2]
|
Handles grouping of workflows. More...
Inheritance diagram for eZWorkflowGroup:
Collaboration diagram for eZWorkflowGroup:Public Member Functions | |
| creator () | |
| eZWorkflowGroup ($row) | |
| modifier () | |
Static Public Member Functions | |
| static | create ($user_id) |
| static | definition () |
| static | fetch ($id, $asObject=true) |
| static | fetchList ($asObject=true) |
| static | removeSelected ($id) |
Public Attributes | |
| $Created | |
| $CreatorID | |
| $ID | |
| $Modified | |
| $ModifierID | |
| $Name | |
Handles grouping of workflows.
Definition at line 37 of file ezworkflowgroup.php.
| static eZWorkflowGroup::create | ( | $ | user_id | ) | [static] |
Definition at line 86 of file ezworkflowgroup.php.
| eZWorkflowGroup::creator | ( | ) |
Definition at line 124 of file ezworkflowgroup.php.
| static eZWorkflowGroup::definition | ( | ) | [static] |
The definition array is an associative array consists of these keys:
asc or desc.Example:
static function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZPersistentObject.
Definition at line 44 of file ezworkflowgroup.php.
Referenced by fetch(), fetchList(), and removeSelected().
| eZWorkflowGroup::eZWorkflowGroup | ( | $ | row | ) |
Definition at line 39 of file ezworkflowgroup.php.
Referenced by create().
| static eZWorkflowGroup::fetch | ( | $ | id, |
| $ | asObject = true |
||
| ) | [static] |
Definition at line 99 of file ezworkflowgroup.php.
Referenced by creator(), and modifier().
| static eZWorkflowGroup::fetchList | ( | $ | asObject = true | ) | [static] |
Definition at line 107 of file ezworkflowgroup.php.
| eZWorkflowGroup::modifier | ( | ) |
Definition at line 133 of file ezworkflowgroup.php.
| static eZWorkflowGroup::removeSelected | ( | $ | id | ) | [static] |
Definition at line 118 of file ezworkflowgroup.php.
| eZWorkflowGroup::$Created |
Definition at line 147 of file ezworkflowgroup.php.
| eZWorkflowGroup::$CreatorID |
Definition at line 145 of file ezworkflowgroup.php.
| eZWorkflowGroup::$ID |
Definition at line 143 of file ezworkflowgroup.php.
| eZWorkflowGroup::$Modified |
Definition at line 148 of file ezworkflowgroup.php.
| eZWorkflowGroup::$ModifierID |
Definition at line 146 of file ezworkflowgroup.php.
| eZWorkflowGroup::$Name |
Definition at line 144 of file ezworkflowgroup.php.