|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjLearningSequenceContentGUI. More...
Collaboration diagram for ilObjLearningSequenceContentGUI:Public Member Functions | |
| __construct (ilObjLearningSequenceGUI $parent_gui, ilCtrl $ctrl, ilTemplate $tpl, ilLanguage $lng, ilAccess $access, ilConfirmationGUI $confirmation_gui, LSItemOnlineStatus $ls_item_online_status) | |
| executeCommand () | |
| getPossiblePostConditionsForType (string $type) | |
| getFieldName (string $field_name, int $ref_id) | |
Data Fields | |
| const | CMD_MANAGE_CONTENT = "manageContent" |
| const | CMD_SAVE = "save" |
| const | CMD_DELETE = "delete" |
| const | CMD_CONFIRM_DELETE = "confirmDelete" |
| const | CMD_CANCEL = "cancel" |
| const | FIELD_ORDER = 'f_order' |
| const | FIELD_ONLINE = 'f_online' |
| const | FIELD_POSTCONDITION_TYPE = 'f_pct' |
Protected Member Functions | |
| manageContent () | |
| renderTable (array $ls_items) | |
| confirmDelete () | |
| Handle the confirmDelete command. More... | |
| delete () | |
| save () | |
Class ilObjLearningSequenceContentGUI.
Definition at line 11 of file class.ilObjLearningSequenceContentGUI.php.
| ilObjLearningSequenceContentGUI::__construct | ( | ilObjLearningSequenceGUI | $parent_gui, |
| ilCtrl | $ctrl, | ||
| ilTemplate | $tpl, | ||
| ilLanguage | $lng, | ||
| ilAccess | $access, | ||
| ilConfirmationGUI | $confirmation_gui, | ||
| LSItemOnlineStatus | $ls_item_online_status | ||
| ) |
Definition at line 23 of file class.ilObjLearningSequenceContentGUI.php.
|
protected |
Handle the confirmDelete command.
Definition at line 94 of file class.ilObjLearningSequenceContentGUI.php.
References $_POST, ilObjectFactory\getInstanceByRefId(), and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 116 of file class.ilObjLearningSequenceContentGUI.php.
| ilObjLearningSequenceContentGUI::executeCommand | ( | ) |
Definition at line 41 of file class.ilObjLearningSequenceContentGUI.php.
References CMD_CANCEL, CMD_CONFIRM_DELETE, CMD_DELETE, CMD_MANAGE_CONTENT, and CMD_SAVE.
| ilObjLearningSequenceContentGUI::getFieldName | ( | string | $field_name, |
| int | $ref_id | ||
| ) |
Definition at line 137 of file class.ilObjLearningSequenceContentGUI.php.
Referenced by save().
Here is the caller graph for this function:| ilObjLearningSequenceContentGUI::getPossiblePostConditionsForType | ( | string | $type | ) |
Definition at line 131 of file class.ilObjLearningSequenceContentGUI.php.
References $type.
|
protected |
Definition at line 60 of file class.ilObjLearningSequenceContentGUI.php.
References $data, and renderTable().
Here is the call graph for this function:
|
protected |
Definition at line 69 of file class.ilObjLearningSequenceContentGUI.php.
References $table.
Referenced by manageContent().
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file class.ilObjLearningSequenceContentGUI.php.
References $_POST, $data, $post, and getFieldName().
Here is the call graph for this function:| const ilObjLearningSequenceContentGUI::CMD_CANCEL = "cancel" |
Definition at line 17 of file class.ilObjLearningSequenceContentGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceContentGUI::CMD_CONFIRM_DELETE = "confirmDelete" |
Definition at line 16 of file class.ilObjLearningSequenceContentGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceContentGUI::CMD_DELETE = "delete" |
Definition at line 15 of file class.ilObjLearningSequenceContentGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceContentGUI::CMD_MANAGE_CONTENT = "manageContent" |
Definition at line 13 of file class.ilObjLearningSequenceContentGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceContentGUI::CMD_SAVE = "save" |
Definition at line 14 of file class.ilObjLearningSequenceContentGUI.php.
Referenced by executeCommand().
| const ilObjLearningSequenceContentGUI::FIELD_ONLINE = 'f_online' |
Definition at line 20 of file class.ilObjLearningSequenceContentGUI.php.
| const ilObjLearningSequenceContentGUI::FIELD_ORDER = 'f_order' |
Definition at line 19 of file class.ilObjLearningSequenceContentGUI.php.
| const ilObjLearningSequenceContentGUI::FIELD_POSTCONDITION_TYPE = 'f_pct' |
Definition at line 21 of file class.ilObjLearningSequenceContentGUI.php.