ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
lti.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 require_once("../vendor/composer/vendor/autoload.php");
22 
24 
25 // This is done to replace the deprecated method $DIC->ctrl()->setCmd
26 $_GET['cmd'] = 'post';
27 $_POST['cmd'] = 'doLTIAuthentication';
28 
30 
31 global $DIC;
32 
33 $DIC->ctrl()->setTargetScript('ilias.php');
34 $DIC->ctrl()->callBaseClass('ilStartUpGUI');
const CONTEXT_LTI_PROVIDER
$_POST['cmd']
Definition: lti.php:27
static initILIAS()
ilias initialisation
$_GET['cmd']
Definition: lti.php:26
static init(string $a_type)
Init context by type.
global $DIC
Definition: lti.php:31