ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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().
|
protected |
ilCtrlException |
Definition at line 98 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC.
Referenced by saveSettingsCmd(), and showSettingsCmd().
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().
|
protected |
Definition at line 68 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, buildForm(), and ILIAS\Repository\object().
Referenced by saveSettingsCmd().
|
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.