|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilLTIConsumeProviderSettingsGUI:Public Member Functions | |
| __construct (ilObjLTIConsumer $object, ilLTIConsumerAccess $access) | |
| ilLTIConsumerAccess constructor. More... | |
| executeCommand () | |
| Execute Command. More... | |
| initMetadata (\ilObject $object) | |
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 |
| LOMServices | $lom_services |
Definition at line 32 of file class.ilLTIConsumeProviderSettingsGUI.php.
| ilLTIConsumeProviderSettingsGUI::__construct | ( | ilObjLTIConsumer | $object, |
| ilLTIConsumerAccess | $access | ||
| ) |
ilLTIConsumerAccess constructor.
Definition at line 52 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $access, $DIC, $object, and ILIAS\Repository\access().
Here is the call graph for this function:
|
protected |
| ilCtrlException |
Definition at line 130 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 63 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC.
| ilLTIConsumeProviderSettingsGUI::initMetadata | ( | \ilObject | $object | ) |
| ilMDServicesException |
Definition at line 106 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $object, ilObject\getId(), ilObjLTIConsumer\getProvider(), ilObject\getTitle(), and ilObject\getType().
Referenced by saveSettingsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 86 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, $provider, buildForm(), initMetadata(), and showSettingsCmd().
Here is the call graph for this function:
|
protected |
Definition at line 75 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 45 of file class.ilLTIConsumeProviderSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 47 of file class.ilLTIConsumeProviderSettingsGUI.php.
|
protected |
Definition at line 40 of file class.ilLTIConsumeProviderSettingsGUI.php.
Referenced by __construct(), and initMetadata().
| const ilLTIConsumeProviderSettingsGUI::CMD_SAVE_SETTINGS = 'saveSettings' |
Definition at line 35 of file class.ilLTIConsumeProviderSettingsGUI.php.
| const ilLTIConsumeProviderSettingsGUI::CMD_SHOW_SETTINGS = 'showSettings' |
Definition at line 34 of file class.ilLTIConsumeProviderSettingsGUI.php.