|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 64 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $ilAccess, $ilCtrl, $ilias, $ilLog, $lng, and $tpl.
|
protected |
Definition at line 185 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $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 164 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 158 of file class.ilObjStudyProgrammeSettingsGUI.php.
References ilAsyncOutputHandler\encodeAsyncResponse(), and ilAsyncOutputHandler\handleAsyncOutput().
Here is the call graph for this function:
|
protected |
Definition at line 250 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by update().
Here is the caller graph for this function:| ilObjStudyProgrammeSettingsGUI::executeCommand | ( | ) |
Definition at line 86 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $cmd, and $tmp_heading.
|
protected |
Definition at line 238 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 231 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 273 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $lng, ilStudyProgramme\STATUS_ACTIVE, ilStudyProgramme\STATUS_DRAFT, and ilStudyProgramme\STATUS_OUTDATED.
|
protected |
Definition at line 131 of file class.ilObjStudyProgrammeSettingsGUI.php.
References buildForm(), checkForm(), ilAsyncOutputHandler\encodeAsyncResponse(), ilAsyncOutputHandler\handleAsyncOutput(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and updateFromFrom().
Here is the call graph for this function:
|
protected |
Definition at line 257 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 119 of file class.ilObjStudyProgrammeSettingsGUI.php.
References $_GET, buildForm(), buildModalHeading(), and fillForm().
Here is the call graph for this function:| ilObjStudyProgrammeSettingsGUI::$ctrl |
Definition at line 22 of file class.ilObjStudyProgrammeSettingsGUI.php.
|
protected |
Definition at line 32 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeSettingsGUI::$ilias |
Definition at line 47 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeSettingsGUI::$lng |
Definition at line 52 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct(), and getStatusOptions().
| ilObjStudyProgrammeSettingsGUI::$object |
Definition at line 37 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by getObject().
|
protected |
Definition at line 57 of file class.ilObjStudyProgrammeSettingsGUI.php.
|
protected |
Definition at line 62 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by executeCommand().
| ilObjStudyProgrammeSettingsGUI::$tpl |
Definition at line 27 of file class.ilObjStudyProgrammeSettingsGUI.php.
Referenced by __construct().
| const ilObjStudyProgrammeSettingsGUI::PROP_DESC = "desc" |
Definition at line 180 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_POINTS = "points" |
Definition at line 182 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_STATUS = "status" |
Definition at line 183 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_TITLE = "title" |
Definition at line 179 of file class.ilObjStudyProgrammeSettingsGUI.php.
| const ilObjStudyProgrammeSettingsGUI::PROP_TYPE = "type" |
Definition at line 181 of file class.ilObjStudyProgrammeSettingsGUI.php.