ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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')) | |
$data = json_decode(file_get_contents('php://input')) |
Definition at line 40 of file storeScorm.php.
global $DIC |
Definition at line 23 of file storeScorm.php.
$doUnload = false |
Definition at line 26 of file storeScorm.php.
$packageId = $DIC->http()->wrapper()->query()->retrieve('package_id', $DIC->refinery()->kindlyTo()->int()) |
Definition at line 24 of file storeScorm.php.
Referenced by ilSCORM2004StoreData\checkIfAllowed(), ilObjSCORMTracking\checkIfAllowed(), ilSCORM13PlayerGUI\getCMIData(), ilSCORM13PlayerGUI\getDataDirectory2(), ilSCORM2004DeleteData\getGlobalToSystemObjectiveIdStringForPackage(), ilSCORM2004DeleteData\removeCMIDataForPackage(), ilSCORM2004DeleteData\removeCMIDataForUserAndPackage(), ilSCORM2004StoreData\scormPlayerUnload(), ilSCORM2004StoreData\setGlobalObjectives(), ilObjSCORMTracking\syncGlobalStatus(), and ilSCORM2004StoreData\syncGlobalStatus().
Definition at line 38 of file storeScorm.php.