|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilLTIConsumeProviderSettingsGUI:Public Member Functions | |
| __construct (ilObjLTIConsumer $object, ilLTIConsumerAccess $access) | |
| ilLTIConsumerAccess constructor. More... | |
| executeCommand () | |
| Execute Command. More... | |
Data Fields | |
| const | CMD_SHOW_SETTINGS = 'showSettings' |
| const | CMD_SAVE_SETTINGS = 'saveSettings' |
Protected Member Functions | |
| showSettingsCmd (ilLTIConsumeProviderFormGUI $form=null) | |
| saveSettingsCmd () | |
| buildForm (ilLTIConsumeProvider $provider) | |
Protected Attributes | |
| ilObjLTIConsumer | $object |
| ilLTIConsumerAccess | $access |
Definition at line 29 of file class.ilLTIConsumeProviderSettingsGUI.php.
| ilLTIConsumeProviderSettingsGUI::__construct | ( | ilObjLTIConsumer | $object, |
| ilLTIConsumerAccess | $access | ||
| ) |
ilLTIConsumerAccess constructor.
Definition at line 47 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $access, $object, and ILIAS\Repository\access().
Here is the call graph for this function:
|
protected |
| ilCtrlException |
Definition at line 98 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, and $provider.
Referenced by saveSettingsCmd(), and showSettingsCmd().
Here is the caller graph for this function:| ilLTIConsumeProviderSettingsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 56 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC.
|
protected |
Definition at line 79 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, $provider, buildForm(), and showSettingsCmd().
Here is the call graph for this function:
|
protected |
Definition at line 68 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, buildForm(), and ILIAS\Repository\object().
Referenced by saveSettingsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 42 of file class.ilLTIConsumeProviderSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilLTIConsumeProviderSettingsGUI.php.
Referenced by __construct().
| const ilLTIConsumeProviderSettingsGUI::CMD_SAVE_SETTINGS = 'saveSettings' |
Definition at line 32 of file class.ilLTIConsumeProviderSettingsGUI.php.
| const ilLTIConsumeProviderSettingsGUI::CMD_SHOW_SETTINGS = 'showSettings' |
Definition at line 31 of file class.ilLTIConsumeProviderSettingsGUI.php.