ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | |
$object | |
$access | |
Definition at line 14 of file class.ilLTIConsumeProviderSettingsGUI.php.
ilLTIConsumeProviderSettingsGUI::__construct | ( | ilObjLTIConsumer | $object, |
ilLTIConsumerAccess | $access | ||
) |
ilLTIConsumerAccess constructor.
ilObjLTIConsumer | $object |
Definition at line 33 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $access, and $object.
|
protected |
Definition at line 84 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC.
Referenced by saveSettingsCmd(), and showSettingsCmd().
ilLTIConsumeProviderSettingsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 42 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC.
|
protected |
Definition at line 65 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, buildForm(), and showSettingsCmd().
|
protected |
Definition at line 54 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, and buildForm().
Referenced by saveSettingsCmd().
|
protected |
Definition at line 27 of file class.ilLTIConsumeProviderSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 22 of file class.ilLTIConsumeProviderSettingsGUI.php.
Referenced by __construct().
const ilLTIConsumeProviderSettingsGUI::CMD_SAVE_SETTINGS = 'saveSettings' |
Definition at line 17 of file class.ilLTIConsumeProviderSettingsGUI.php.
const ilLTIConsumeProviderSettingsGUI::CMD_SHOW_SETTINGS = 'showSettings' |
Definition at line 16 of file class.ilLTIConsumeProviderSettingsGUI.php.