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 | 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 | |
$object | |
$access | |
Definition at line 17 of file class.ilLTIConsumerSettingsGUI.php.
ilLTIConsumerSettingsGUI::__construct | ( | ilObjLTIConsumer | $object, |
ilLTIConsumerAccess | $access | ||
) |
ilLTIConsumerAccess constructor.
ilObjLTIConsumer | $object |
Definition at line 41 of file class.ilLTIConsumerSettingsGUI.php.
References $access, and $object.
|
protected |
Definition at line 171 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC.
Referenced by saveSettingsCmd(), and showSettingsCmd().
|
protected |
Definition at line 185 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilObjLTIConsumerGUI\DEFAULT_CMD, ilCertificatePdfAction\downloadPdf(), and ilUtil\sendFailure().
ilLTIConsumerSettingsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 94 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and initSubTabs().
|
protected |
Definition at line 47 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and needsProviderSettingsSubTab().
Referenced by executeCommand().
|
protected |
Definition at line 76 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC.
Referenced by initSubTabs().
|
protected |
Definition at line 148 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilLPStatusWrapper\_refreshStatus(), buildForm(), and showSettingsCmd().
|
protected |
Definition at line 137 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and buildForm().
Referenced by saveSettingsCmd().
|
protected |
Definition at line 35 of file class.ilLTIConsumerSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilLTIConsumerSettingsGUI.php.
Referenced by __construct().
const ilLTIConsumerSettingsGUI::CMD_DELIVER_CERTIFICATE = 'deliverCertificate' |
Definition at line 25 of file class.ilLTIConsumerSettingsGUI.php.
Referenced by ilObjLTIConsumerListGUI\getProperties(), and ilObjLTIConsumerGUI\initHeaderAction().
const ilLTIConsumerSettingsGUI::CMD_SAVE_SETTINGS = 'saveSettings' |
Definition at line 24 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::CMD_SHOW_SETTINGS = 'showSettings' |
Definition at line 23 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::SUBTAB_ID_CERTIFICATE = 'subtab_certificate' |
Definition at line 21 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::SUBTAB_ID_OBJECT_SETTINGS = 'subtab_object_settings' |
Definition at line 19 of file class.ilLTIConsumerSettingsGUI.php.
const ilLTIConsumerSettingsGUI::SUBTAB_ID_PROVIDER_SETTINGS = 'subtab_provider_settings' |
Definition at line 20 of file class.ilLTIConsumerSettingsGUI.php.