ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (ilObjLTIConsumer $object, ilLTIConsumerAccess $access) | |
ilLTIConsumerAccess constructor. More... | |
executeCommand () | |
Execute Command. More... | |
Static Public Member Functions | |
static | isUserDynamicRegistrationTransaction (ilLTIConsumeProvider $provider) |
Data Fields | |
const | SUBTAB_ID_OBJECT_SETTINGS = 'subtab_object_settings' |
const | SUBTAB_ID_PROVIDER_SETTINGS = 'subtab_provider_settings' |
const | SUBTAB_ID_CERTIFICATE = 'subtab_certificate' |
const | CMD_SHOW_SETTINGS = 'showSettings' |
const | CMD_SAVE_SETTINGS = 'saveSettings' |
const | CMD_DELIVER_CERTIFICATE = 'deliverCertificate' |
Protected Member Functions | |
initSubTabs () | |
needsProviderSettingsSubTab () | |
showSettingsCmd (?ilLTIConsumerSettingsFormGUI $form=null) | |
saveSettingsCmd () | |
buildForm () | |
deliverCertificateCmd () | |
Protected Attributes | |
ilObjLTIConsumer | $object |
ilLTIConsumerAccess | $access |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
Definition at line 32 of file class.ilLTIConsumerSettingsGUI.php.
ilLTIConsumerSettingsGUI::__construct | ( | ilObjLTIConsumer | $object, |
ilLTIConsumerAccess | $access | ||
) |
ilLTIConsumerAccess constructor.
Definition at line 56 of file class.ilLTIConsumerSettingsGUI.php.
References $access, $DIC, $object, and ILIAS\Repository\access().
|
protected |
Definition at line 202 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC.
Referenced by saveSettingsCmd(), and showSettingsCmd().
|
protected |
Definition at line 216 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilObjLTIConsumerGUI\DEFAULT_CMD, and ilCertificatePdfAction\downloadPdf().
ilLTIConsumerSettingsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 127 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ILIAS\Repository\access(), and initSubTabs().
|
protected |
Definition at line 64 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and needsProviderSettingsSubTab().
Referenced by executeCommand().
|
static |
Definition at line 109 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilSession\get(), ilLTIConsumeProvider\getClientId(), ilLTIConsumeProvider\getCreator(), and ilSession\has().
Referenced by ilLTIConsumeProviderFormGUI\initToolConfigForm().
|
protected |
Definition at line 94 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and ILIAS\Repository\object().
Referenced by initSubTabs().
|
protected |
Definition at line 179 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilLPStatusWrapper\_refreshStatus(), buildForm(), ILIAS\Repository\object(), and showSettingsCmd().
|
protected |
Definition at line 168 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, buildForm(), and null.
Referenced by saveSettingsCmd().
|
protected |
Definition at line 50 of file class.ilLTIConsumerSettingsGUI.php.
Referenced by __construct().
|
private |
Definition at line 51 of file class.ilLTIConsumerSettingsGUI.php.
|
protected |
Definition at line 45 of file class.ilLTIConsumerSettingsGUI.php.
Referenced by __construct().
const ilLTIConsumerSettingsGUI::CMD_DELIVER_CERTIFICATE = 'deliverCertificate' |
Definition at line 40 of file class.ilLTIConsumerSettingsGUI.php.
Referenced by ilObjLTIConsumerListGUI\getProperties(), and ilObjLTIConsumerGUI\initHeaderAction().
const ilLTIConsumerSettingsGUI::CMD_SAVE_SETTINGS = 'saveSettings' |
Definition at line 39 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::CMD_SHOW_SETTINGS = 'showSettings' |
Definition at line 38 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::SUBTAB_ID_CERTIFICATE = 'subtab_certificate' |
Definition at line 36 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::SUBTAB_ID_OBJECT_SETTINGS = 'subtab_object_settings' |
Definition at line 34 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::SUBTAB_ID_PROVIDER_SETTINGS = 'subtab_provider_settings' |
Definition at line 35 of file class.ilLTIConsumerSettingsGUI.php.