| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilLTIConsumerSettingsGUI: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().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 202 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC.
Referenced by saveSettingsCmd(), and showSettingsCmd().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 216 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilObjLTIConsumerGUI\DEFAULT_CMD, and ilCertificatePdfAction\downloadPdf().
 Here is the call graph for this function:| ilLTIConsumerSettingsGUI::executeCommand | ( | ) | 
Execute Command.
Definition at line 127 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ILIAS\Repository\access(), and initSubTabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 64 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and needsProviderSettingsSubTab().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 94 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, and ILIAS\Repository\object().
Referenced by initSubTabs().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 179 of file class.ilLTIConsumerSettingsGUI.php.
References $DIC, ilLPStatusWrapper\_refreshStatus(), buildForm(), ILIAS\Repository\object(), and showSettingsCmd().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 168 of file class.ilLTIConsumerSettingsGUI.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 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.