|
| | __construct () |
| |
| | init () |
| |
| | getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) |
| |
| | getValidSchemaVersions (string $a_entity) |
| |
| | __construct () |
| |
| | setExport (ilExport $a_exp) |
| |
| | getExport () |
| |
| | getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) |
| |
| | init () |
| |
| | setExportDirectories (string $a_dir_relative, string $a_dir_absolute) |
| |
| | getRelativeExportDirectory () |
| |
| | getAbsoluteExportDirectory () |
| |
| | getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) |
| | Get head dependencies. More...
|
| |
| | getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) |
| | Get tail dependencies. More...
|
| |
| | getValidSchemaVersions (string $a_entity) |
| | Returns schema versions that the component can export to. More...
|
| |
| | determineSchemaVersion (string $a_entity, string $a_target_release) |
| |
◆ __construct()
| ilScormAiccExporter::__construct |
( |
| ) |
|
◆ getValidSchemaVersions()
| ilScormAiccExporter::getValidSchemaVersions |
( |
string |
$a_entity | ) |
|
- Returns
- array<string, array<string, string|bool>>
Definition at line 45 of file class.ilScormAiccExporter.php.
49 "namespace" =>
"http://www.ilias.de/Modules/ScormAicc/sahs/5_1",
50 "xsd_file" =>
"xml/ilias_sahs_5_1.xsd",
51 "uses_dataset" =>
true,
◆ getXmlRepresentation()
| ilScormAiccExporter::getXmlRepresentation |
( |
string |
$a_entity, |
|
|
string |
$a_schema_version, |
|
|
string |
$a_id |
|
) |
| |
Definition at line 34 of file class.ilScormAiccExporter.php.
36 $this->dataset->initByExporter($this);
38 return $this->dataset->getExtendedXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
false,
true);
◆ init()
| ilScormAiccExporter::init |
( |
| ) |
|
◆ $dataset
The documentation for this class was generated from the following file: