|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
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 41 of file storeScorm.php.
| global $DIC |
Definition at line 24 of file storeScorm.php.
| $doUnload = false |
Definition at line 27 of file storeScorm.php.
| $packageId = $DIC->http()->wrapper()->query()->retrieve('package_id', $DIC->refinery()->kindlyTo()->int()) |
Definition at line 25 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 39 of file storeScorm.php.