Folder export.
More...
|
| __construct () |
|
| init () |
|
| getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) |
|
| 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) |
|
Folder export.
- Author
- Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
- Version
- $Id$
Definition at line 17 of file class.ilGroupExporter.php.
◆ __construct()
ilGroupExporter::__construct |
( |
| ) |
|
◆ getValidSchemaVersions()
ilGroupExporter::getValidSchemaVersions |
( |
string |
$a_entity | ) |
|
Definition at line 74 of file class.ilGroupExporter.php.
78 "namespace" =>
"http://www.ilias.de/Modules/Group/grp/4_1",
79 "xsd_file" =>
"ilias_grp_4_1.xsd",
80 "uses_dataset" =>
false,
84 "namespace" =>
"http://www.ilias.de/Modules/Group/grp/5_0",
85 "xsd_file" =>
"ilias_grp_5_0.xsd",
86 "uses_dataset" =>
false,
◆ getXmlExportHeadDependencies()
ilGroupExporter::getXmlExportHeadDependencies |
( |
string |
$a_entity, |
|
|
string |
$a_target_release, |
|
|
array |
$a_ids |
|
) |
| |
◆ getXmlRepresentation()
ilGroupExporter::getXmlRepresentation |
( |
string |
$a_entity, |
|
|
string |
$a_schema_version, |
|
|
string |
$a_id |
|
) |
| |
◆ init()
ilGroupExporter::init |
( |
| ) |
|
◆ $logger
The documentation for this class was generated from the following file: