3 declare(strict_types=1);
36 return array(
"5.1.0");
39 public function getXmlNamespace(
string $a_entity,
string $a_schema_version): string
41 return "http://www.ilias.de/xml/Modules/Scorm2004/" . $a_entity;
47 protected function getTypes(
string $a_entity,
string $a_version): array
49 if ($a_entity ===
"sahs") {
55 "Description" =>
"text",
56 "Editable" =>
"integer",
65 public function readData(
string $a_entity,
string $a_version, array $a_ids): void
69 if (!is_array($a_ids)) {
70 $a_ids = array($a_ids);
74 if ($a_entity ===
"sahs") {
75 $this->data = array();
79 foreach ($a_ids as $sahs_id) {
81 $this->data[] = array(
"Id" => $sahs_id,
147 if ($a_entity ===
"sahs") {
149 if (isset($this->temp_dir[$a_set[
"Id"]]) && is_dir($this->temp_dir[$a_set[
"Id"]])) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
readData(string $a_entity, string $a_version, array $a_ids)
getTypes(string $a_entity, string $a_version)
static _lookupTitle(int $obj_id)
static delDir(string $a_dir, bool $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
static _lookupDescription(int $obj_id)
afterXmlRecordWriting(string $a_entity, string $a_version, array $a_set)
Determine the dependent sets of data.
getSupportedVersions()
Note: this is currently used for SCORM authoring lms Get supported versions.
getXmlNamespace(string $a_entity, string $a_schema_version)
static _lookupType(int $id, bool $reference=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...