ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
PhpIncludeInspection More...
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 | |
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, $section, ilSubEnabledFormPropertyGUI\addSubItem(), ilTextInputGUI\setValue(), and ilRadioOption\setValue().
Referenced by getForm().
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().
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().
ilWorkflowArmerGUI::getRepositoryObjectSelector | ( | $config | ) |
Definition at line 69 of file class.ilWorkflowArmerGUI.php.
References $config, $options, $path, and array.
Referenced by addStaticInputItems().
|
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.