|
eZ Publish
[trunk]
|
The class eZMultiplexerType does. More...
Inheritance diagram for eZMultiplexerType:
Collaboration diagram for eZMultiplexerType:Public Member Functions | |
| attribute ($attr) | |
| attributeDecoder ($event, $attr) | |
| attributes () | |
| execute ($process, $event) | |
| eZMultiplexerType () | |
| fetchHTTPInput ($http, $base, $event) | |
| hasAttribute ($attr) | |
| initializeEvent ($event) | |
| typeFunctionalAttributes () | |
Public Attributes | |
| const | VERSION_OPTION_ALL = 3 |
| const | VERSION_OPTION_EXCEPT_FIRST = 2 |
| const | VERSION_OPTION_FIRST_ONLY = 1 |
| const | WORKFLOW_TYPE_STRING = "ezmultiplexer" |
The class eZMultiplexerType does.
WorkflowEvent storage fields : data_text1 - selected_sections data_text2 - selected_usergroups data_text5 - selected_classes data_int1 - selected_workflow data_int2 - language_list data_int3 - content object version option
Definition at line 23 of file ezmultiplexertype.php.
| eZMultiplexerType::attribute | ( | $ | attr | ) |
Reimplemented from eZWorkflowType.
Definition at line 115 of file ezmultiplexertype.php.
| eZMultiplexerType::attributeDecoder | ( | $ | event, |
| $ | attr | ||
| ) |
Reimplemented from eZWorkflowType.
Definition at line 38 of file ezmultiplexertype.php.
Reimplemented from eZWorkflowType.
Definition at line 100 of file ezmultiplexertype.php.
Referenced by hasAttribute().
| eZMultiplexerType::execute | ( | $ | process, |
| $ | event | ||
| ) |
Reimplemented from eZWorkflowType.
Definition at line 178 of file ezmultiplexertype.php.
Constructor
Definition at line 33 of file ezmultiplexertype.php.
| eZMultiplexerType::fetchHTTPInput | ( | $ | http, |
| $ | base, | ||
| $ | event | ||
| ) |
Reimplemented from eZWorkflowType.
Definition at line 342 of file ezmultiplexertype.php.
| eZMultiplexerType::hasAttribute | ( | $ | attr | ) |
Reimplemented from eZWorkflowType.
Definition at line 110 of file ezmultiplexertype.php.
| eZMultiplexerType::initializeEvent | ( | $ | event | ) |
Reimplemented from eZWorkflowType.
Definition at line 337 of file ezmultiplexertype.php.
Reimplemented from eZWorkflowType.
Definition at line 90 of file ezmultiplexertype.php.
| const eZMultiplexerType::VERSION_OPTION_ALL = 3 |
Definition at line 28 of file ezmultiplexertype.php.
Referenced by attributeDecoder(), and fetchHTTPInput().
Definition at line 27 of file ezmultiplexertype.php.
Referenced by execute().
Definition at line 26 of file ezmultiplexertype.php.
Referenced by execute().
| const eZMultiplexerType::WORKFLOW_TYPE_STRING = "ezmultiplexer" |
Definition at line 25 of file ezmultiplexertype.php.
Referenced by eZMultiplexerType().