|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
| $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.
|
protected |
Definition at line 84 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC.
Referenced by saveSettingsCmd(), and showSettingsCmd().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 54 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, and buildForm().
Referenced by saveSettingsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.