ILIAS  release_8 Revision v8.25-1-g13de6a5eca6
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

◆ 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.