ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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 
33 $DIC->ctrl()->setTargetScript('ilias.php');
34 $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