ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
|
protected |
ilCtrlException |
Definition at line 130 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, and $provider.
Referenced by saveSettingsCmd(), and showSettingsCmd().
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().
|
protected |
Definition at line 86 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, $provider, buildForm(), initMetadata(), and showSettingsCmd().
|
protected |
Definition at line 75 of file class.ilLTIConsumeProviderSettingsGUI.php.
References $DIC, buildForm(), and ILIAS\Repository\object().
Referenced by saveSettingsCmd().
|
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.