ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
storeScorm.php File Reference

Go to the source code of this file.

Variables

global $DIC
 
 $packageId = $DIC->http()->wrapper()->query()->retrieve('package_id', $DIC->refinery()->kindlyTo()->int())
 
 $doUnload = false
 
if($DIC->http() ->wrapper() ->query() ->has('do')) if($doUnload) else
 
 $data = json_decode(file_get_contents('php://input'))
 

Variable Documentation

◆ $data

$data = json_decode(file_get_contents('php://input'))

Definition at line 41 of file storeScorm.php.

◆ $DIC

global $DIC

Definition at line 24 of file storeScorm.php.

◆ $doUnload

$doUnload = false

Definition at line 27 of file storeScorm.php.

◆ $packageId

$packageId = $DIC->http()->wrapper()->query()->retrieve('package_id', $DIC->refinery()->kindlyTo()->int())

Definition at line 25 of file storeScorm.php.

◆ else

if ( $DIC->http() ->wrapper() ->query() ->has( 'do')) if ( $doUnload) else
Initial value:
{
global $ilUser
$ilUser
Definition: imgupload.php:34

Definition at line 39 of file storeScorm.php.