ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
lti.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 
29 
30 // authentication is done here ->
31 global $DIC;
32 // @todo: removed deprecated ilCtrl methods, this needs inspection by a maintainer.
33 // $DIC->ctrl()->setCmd('doLTIAuthentication');
34 $DIC->ctrl()->setTargetScript('ilias.php');
35 $DIC->ctrl()->callBaseClass('ilStartUpGUI');
const CONTEXT_LTI_PROVIDER
static initILIAS()
ilias initialisation
static init(string $a_type)
Init context by type.
global $DIC
Definition: lti.php:31