PhpIncludeInspection
More...
PhpIncludeInspection
Class ilWorkflowLauncherGUI
- Author
- Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
- Version
- $Id$
/
Definition at line 16 of file class.ilWorkflowLauncherGUI.php.
◆ getForm()
ilWorkflowLauncherGUI::getForm |
( |
|
$input_vars | ) |
|
- Parameters
-
- Returns
- ilPropertyFormGUI
Definition at line 43 of file class.ilWorkflowLauncherGUI.php.
References $config, $DIC, $form, $options, $path, and array.
46 $form->setTitle($this->lng->txt(
'input_variables_required'));
47 $form->setDescription($this->lng->txt(
'input_variables_desc'));
49 foreach ($input_vars as $input_var) {
51 switch (strtolower($input_var[
'type'])) {
53 $item = $this->getRepositoryObjectSelector($input_var);
58 $item =
new ilTextInputGUI($input_var[
'caption'], $input_var[
'name']);
62 $item->setRequired($input_var[
'requirement'] ==
'required' ?
true :
false);
63 $item->setInfo($input_var[
'description']);
64 $form->addItem($item);
67 $form->addCommandButton(
'start', $this->lng->txt(
'start_process'));
68 $form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
if(isset($_POST['submit'])) $form
This class represents a text property in a property form.
◆ $form_action
ilWorkflowLauncherGUI::$form_action |
|
protected |
◆ $lng
ilWorkflowLauncherGUI::$lng |
|
protected |
The documentation for this class was generated from the following file: