|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilWorkflowScaffold. More...
Collaboration diagram for ilWorkflowScaffold:Public Member Functions | |
| registerRequire ($require) | |
| getRequires () | |
| registerStartEventRef ($start_event_ref) | |
| registerStartSignalRef ($start_event_ref) | |
| registerStartTimerRef ($start_event_ref) | |
| getStartEventInfo () | |
| setWorkflowName ($workflow_name) | |
| addAuxilliaryMethod ($auxilliary_method) | |
| __construct ($bpmn2_array) | |
| getConstructorMethodContent () | |
| setConstructorMethodContent ($constructor_method_content) | |
| getPHP () | |
| getTimeDateEventDefinition ($start_event_ref) | |
Data Fields | |
| $requires = array() | |
| $constructor_method_content | |
| $bpmn2_array | |
| $auxilliary_methods | |
| $workflow_name | |
| $start_event_refs | |
| ilWorkflowScaffold::__construct | ( | $bpmn2_array | ) |
Definition at line 162 of file class.ilWorkflowScaffold.php.
References $bpmn2_array, and registerRequire().
Here is the call graph for this function:| ilWorkflowScaffold::addAuxilliaryMethod | ( | $auxilliary_method | ) |
| string | $auxilliary_method |
Definition at line 157 of file class.ilWorkflowScaffold.php.
| ilWorkflowScaffold::getConstructorMethodContent | ( | ) |
Definition at line 172 of file class.ilWorkflowScaffold.php.
References $constructor_method_content.
| ilWorkflowScaffold::getPHP | ( | ) |
Definition at line 188 of file class.ilWorkflowScaffold.php.
References getRequires(), and getStartEventInfo().
Here is the call graph for this function:| ilWorkflowScaffold::getRequires | ( | ) |
Definition at line 44 of file class.ilWorkflowScaffold.php.
References $requires.
Referenced by getPHP().
Here is the caller graph for this function:| ilWorkflowScaffold::getStartEventInfo | ( | ) |
Definition at line 87 of file class.ilWorkflowScaffold.php.
References $code, ilBPMN2ParserUtils\extractILIASEventDefinitionFromProcess(), and getTimeDateEventDefinition().
Referenced by getPHP().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowScaffold::getTimeDateEventDefinition | ( | $start_event_ref | ) |
| string | $start_event_ref |
Definition at line 219 of file class.ilWorkflowScaffold.php.
Referenced by getStartEventInfo().
Here is the caller graph for this function:| ilWorkflowScaffold::registerRequire | ( | $require | ) |
| string | $require |
Definition at line 34 of file class.ilWorkflowScaffold.php.
Referenced by __construct(), ilCallActivityElement\getPHP(), ilAssociationElement\getPHP(), ilIntermediateCatchEventElement\getPHP(), ilEndEventElement\getPHP(), ilStartEventElement\getPHP(), ilSequenceFlowElement\getPHP(), ilComplexGatewayElement\getPHP(), ilEventBasedGatewayElement\getPHP(), ilExclusiveGatewayElement\getPHP(), ilInclusiveGatewayElement\getPHP(), ilParallelGatewayElement\getPHP(), ilManualTaskElement\getPHP(), ilReceiveTaskElement\getPHP(), ilScriptTaskElement\getPHP(), ilSendTaskElement\getPHP(), ilServiceTaskElement\getPHP(), ilTaskElement\getPHP(), and ilIntermediateThrowEventElement\getPHP().
Here is the caller graph for this function:| ilWorkflowScaffold::registerStartEventRef | ( | $start_event_ref | ) |
| string | $start_event_ref |
Definition at line 63 of file class.ilWorkflowScaffold.php.
Referenced by ilStartEventElement\getPHP().
Here is the caller graph for this function:| ilWorkflowScaffold::registerStartSignalRef | ( | $start_event_ref | ) |
| string | $start_event_ref |
Definition at line 71 of file class.ilWorkflowScaffold.php.
Referenced by ilStartEventElement\getPHP().
Here is the caller graph for this function:| ilWorkflowScaffold::registerStartTimerRef | ( | $start_event_ref | ) |
| string | $start_event_ref |
Definition at line 79 of file class.ilWorkflowScaffold.php.
Referenced by ilStartEventElement\getPHP().
Here is the caller graph for this function:| ilWorkflowScaffold::setConstructorMethodContent | ( | $constructor_method_content | ) |
| mixed | $constructor_method_content |
Definition at line 180 of file class.ilWorkflowScaffold.php.
References $constructor_method_content.
| ilWorkflowScaffold::setWorkflowName | ( | $workflow_name | ) |
| mixed | $workflow_name |
Definition at line 149 of file class.ilWorkflowScaffold.php.
References $workflow_name.
| array ilWorkflowScaffold::$auxilliary_methods |
Definition at line 26 of file class.ilWorkflowScaffold.php.
| array ilWorkflowScaffold::$bpmn2_array |
Definition at line 23 of file class.ilWorkflowScaffold.php.
Referenced by __construct().
| string ilWorkflowScaffold::$constructor_method_content |
Definition at line 20 of file class.ilWorkflowScaffold.php.
Referenced by getConstructorMethodContent(), and setConstructorMethodContent().
| array ilWorkflowScaffold::$requires = array() |
Definition at line 17 of file class.ilWorkflowScaffold.php.
Referenced by getRequires().
| array ilWorkflowScaffold::$start_event_refs |
Definition at line 58 of file class.ilWorkflowScaffold.php.
| string ilWorkflowScaffold::$workflow_name |
Definition at line 29 of file class.ilWorkflowScaffold.php.
Referenced by setWorkflowName().