|
eZ Publish
[trunk]
|
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 () |
| Returns the definition for the object, the default implementation is to return an empty array. | |
| 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 17 of file ezworkflowgroup.php.
| static eZWorkflowGroup::create | ( | $ | user_id | ) | [static] |
Definition at line 66 of file ezworkflowgroup.php.
Definition at line 104 of file ezworkflowgroup.php.
| static eZWorkflowGroup::definition | ( | ) | [static] |
Returns the definition for the object, the default implementation is to return an empty array.
It's upto each inheriting class to return a proper definition array.
The definition array is an associative array consists of these keys:
Example: public 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 24 of file ezworkflowgroup.php.
Referenced by fetch(), fetchList(), and removeSelected().
| eZWorkflowGroup::eZWorkflowGroup | ( | $ | row | ) |
Definition at line 19 of file ezworkflowgroup.php.
Referenced by create().
| static eZWorkflowGroup::fetch | ( | $ | id, |
| $ | asObject = true |
||
| ) | [static] |
Definition at line 79 of file ezworkflowgroup.php.
Referenced by creator(), and modifier().
| static eZWorkflowGroup::fetchList | ( | $ | asObject = true | ) | [static] |
Definition at line 87 of file ezworkflowgroup.php.
Definition at line 113 of file ezworkflowgroup.php.
| static eZWorkflowGroup::removeSelected | ( | $ | id | ) | [static] |
Definition at line 98 of file ezworkflowgroup.php.
| eZWorkflowGroup::$Created |
Definition at line 127 of file ezworkflowgroup.php.
| eZWorkflowGroup::$CreatorID |
Definition at line 125 of file ezworkflowgroup.php.
| eZWorkflowGroup::$ID |
Definition at line 123 of file ezworkflowgroup.php.
| eZWorkflowGroup::$Modified |
Definition at line 128 of file ezworkflowgroup.php.
| eZWorkflowGroup::$ModifierID |
Definition at line 126 of file ezworkflowgroup.php.
| eZWorkflowGroup::$Name |
Definition at line 124 of file ezworkflowgroup.php.