|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
@noinspection PhpIncludeInspection More...
Collaboration diagram for ilWorkflowArmerGUI:Public Member Functions | |
| __construct ($form_action) | |
| ilWorkflowLauncherGUI constructor. More... | |
| getForm ($input_vars, $event_definition) | |
| getRepositoryObjectSelector ($config) | |
| addStaticInputItems ($lng, $input_vars, $form) | |
| addStartEventInputItems ($lng, $event, $form) | |
Protected Attributes | |
| $form_action | |
| $lng | |
| $tree | |
@noinspection PhpIncludeInspection
Class ilWorkflowArmerGUI
GUI showed when 'arming' a workflow definition, preparing it to listen for incoming events.
/
Definition at line 18 of file class.ilWorkflowArmerGUI.php.
| ilWorkflowArmerGUI::__construct | ( | $form_action | ) |
ilWorkflowLauncherGUI constructor.
| string | $form_action |
Definition at line 34 of file class.ilWorkflowArmerGUI.php.
References $DIC, and $form_action.
| ilWorkflowArmerGUI::addStartEventInputItems | ( | $lng, | |
| $event, | |||
| $form | |||
| ) |
| ilLanguage | $lng | |
| array | $event | |
| ilPropertyFormGUI | $form |
Definition at line 144 of file class.ilWorkflowArmerGUI.php.
References $lng, and $section.
Referenced by getForm().
Here is the caller graph for this function:| ilWorkflowArmerGUI::addStaticInputItems | ( | $lng, | |
| $input_vars, | |||
| $form | |||
| ) |
| ilLanguage | $lng | |
| array | $input_vars | |
| ilPropertyFormGUI | $form |
Definition at line 107 of file class.ilWorkflowArmerGUI.php.
References $lng, $section, and getRepositoryObjectSelector().
Referenced by getForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkflowArmerGUI::getForm | ( | $input_vars, | |
| $event_definition | |||
| ) |
| array | $input_vars | |
| array | $event_definition |
Definition at line 49 of file class.ilWorkflowArmerGUI.php.
References $_GET, addStartEventInputItems(), and addStaticInputItems().
Here is the call graph for this function:| ilWorkflowArmerGUI::getRepositoryObjectSelector | ( | $config | ) |
Definition at line 69 of file class.ilWorkflowArmerGUI.php.
References $config, $options, and $path.
Referenced by addStaticInputItems().
Here is the caller graph for this function:
|
protected |
Definition at line 21 of file class.ilWorkflowArmerGUI.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilWorkflowArmerGUI.php.
Referenced by addStartEventInputItems(), and addStaticInputItems().
|
protected |
Definition at line 27 of file class.ilWorkflowArmerGUI.php.