|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilObjStudyProgrammeSettingsGUI. More...
Collaboration diagram for ilObjStudyProgrammeSettingsGUI:Public Member Functions | |
| __construct ($a_parent_gui, $a_ref_id) | |
| executeCommand () | |
Data Fields | |
| $ctrl | |
| $tpl | |
| $object | |
| $ilias | |
| $lng | |
| const | PROP_TITLE = "title" |
| const | PROP_DESC = "desc" |
| const | PROP_TYPE = "type" |
| const | PROP_POINTS = "points" |
| const | PROP_STATUS = "status" |
Protected Member Functions | |
| view () | |
| update () | |
| cancel () | |
| buildModalHeading ($label, $current_node) | |
| buildForm () | |
| getObject () | |
| fillForm ($a_form) | |
| checkForm ($a_form) | |
| updateFromFrom ($a_form) | |
Static Protected Member Functions | |
| static | getStatusOptions () |
Protected Attributes | |
| $ilAccess | |
| $ilLog | |
| $parent_gui | |
| $tmp_heading | |
Class ilObjStudyProgrammeSettingsGUI.
Definition at line 18 of file class.ilObjStudyProgrammeSettingsGUI.php.
| ilObjStudyProgrammeSettingsGUI::__construct | ( | $a_parent_gui, | |
| $a_ref_id | |||
| ) |
Definition at line 65 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $DIC, $ilAccess, $ilCtrl, $ilias, $ilLog, $lng, and $tpl.
|
protected |
Definition at line 199 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $form, $header, and ilStudyProgrammeType\getAllTypesArray().
Referenced by update(), and view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 178 of file class.ilObjStudyProgrammeSettingsGUI.php.
References ilLinkButton\getInstance().
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 171 of file class.ilObjStudyProgrammeSettingsGUI.php.
References ilAsyncOutputHandler\encodeAsyncResponse(), and ilAsyncOutputHandler\handleAsyncOutput().
Here is the call graph for this function:
|
protected |
Definition at line 266 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by update().
Here is the caller graph for this function:| ilObjStudyProgrammeSettingsGUI::executeCommand | ( | ) |
Definition at line 97 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $tmp_heading.
|
protected |
Definition at line 254 of file class.ilObjStudyProgrammeSettingsGUI.php.
References getObject().
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 246 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $object, and ilObjStudyProgramme\getInstanceByRefId().
Referenced by fillForm(), and updateFromFrom().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 291 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $DIC, $lng, ilStudyProgramme\STATUS_ACTIVE, ilStudyProgramme\STATUS_DRAFT, and ilStudyProgramme\STATUS_OUTDATED.
|
protected |
Definition at line 144 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $form, $response, buildForm(), checkForm(), ilAsyncOutputHandler\encodeAsyncResponse(), ilAsyncOutputHandler\handleAsyncOutput(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and updateFromFrom().
Here is the call graph for this function:
|
protected |
Definition at line 274 of file class.ilObjStudyProgrammeSettingsGUI.php.
References getObject().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 131 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $_GET, $form, buildForm(), buildModalHeading(), and fillForm().
Here is the call graph for this function:| ilObjStudyProgrammeSettingsGUI::$ctrl |
Definition at line 23 of file class.ilObjStudyProgrammeSettingsGUI.php.
|
protected |
Definition at line 33 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeSettingsGUI::$ilias |
Definition at line 48 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeSettingsGUI::$lng |
Definition at line 53 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct(), and getStatusOptions().
| ilObjStudyProgrammeSettingsGUI::$object |
Definition at line 38 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by getObject().
|
protected |
Definition at line 58 of file class.ilObjStudyProgrammeSettingsGUI.php.
|
protected |
Definition at line 63 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by executeCommand().
| ilObjStudyProgrammeSettingsGUI::$tpl |
Definition at line 28 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
| const ilObjStudyProgrammeSettingsGUI::PROP_DESC = "desc" |
Definition at line 194 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_POINTS = "points" |
Definition at line 196 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_STATUS = "status" |
Definition at line 197 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_TITLE = "title" |
Definition at line 193 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_TYPE = "type" |
Definition at line 195 of file class.ilObjStudyProgrammeSettingsGUI.php.