|
| __construct () |
|
| init () |
|
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) |
| Get xml representation. More...
|
|
| getValidSchemaVersions ($a_entity) |
|
| __construct () |
| Constructor. More...
|
|
| setExport (ilExport $a_exp) |
| Set export object. More...
|
|
| getExport () |
| Get export. More...
|
|
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) |
| Get xml representation. More...
|
|
| init () |
|
| setExportDirectories ($a_dir_relative, $a_dir_absolute) |
| Export directories. More...
|
|
| getRelativeExportDirectory () |
| Get relative export directory. More...
|
|
| getAbsoluteExportDirectory () |
| Get absolute export directory. More...
|
|
| getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) |
| Get head dependencies. More...
|
|
| getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) |
| Get tail dependencies. More...
|
|
| getValidSchemaVersions ($a_entity) |
| Returns schema versions that the component can export to. More...
|
|
| determineSchemaVersion ($a_entity, $a_target_release) |
| Determine schema version. More...
|
|
Definition at line 15 of file class.ilCmiXapiExporter.php.
◆ __construct()
ilCmiXapiExporter::__construct |
( |
| ) |
|
Definition at line 23 of file class.ilCmiXapiExporter.php.
References ILIAS\GlobalScreen\Provider\__construct().
26 include_once(
"./Modules/CmiXapi/classes/class.ilCmiXapiDataSet.php");
28 $this->_dataset->setExportDirectories($this->dir_relative, $this->dir_absolute);
29 $this->_dataset->setDSPrefix(
"ds");
__construct(Container $dic, ilPlugin $plugin)
◆ getValidSchemaVersions()
ilCmiXapiExporter::getValidSchemaVersions |
( |
|
$a_entity | ) |
|
Definition at line 57 of file class.ilCmiXapiExporter.php.
61 "namespace" =>
"http://www.ilias.de/Modules/CmiXapi/cmix/5_1",
62 "xsd_file" =>
"xml/ilias_cmix_5_1.xsd",
63 "uses_dataset" =>
true,
◆ getXmlRepresentation()
ilCmiXapiExporter::getXmlRepresentation |
( |
|
$a_entity, |
|
|
|
$a_schema_version, |
|
|
|
$a_id |
|
) |
| |
Get xml representation.
- Parameters
-
string | entity |
string | target release |
string | id |
- Returns
- string xml string
Definition at line 51 of file class.ilCmiXapiExporter.php.
53 return $this->_dataset->getCmiXapiXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
◆ init()
ilCmiXapiExporter::init |
( |
| ) |
|
◆ $_dataset
ilCmiXapiExporter::$_dataset = null |
|
private |
◆ $main_object
ilCmiXapiExporter::$main_object = null |
|
private |
◆ ENTITY
const ilCmiXapiExporter::ENTITY = 'cmix' |
◆ SCHEMA_VERSION
const ilCmiXapiExporter::SCHEMA_VERSION = '5.1.0' |
The documentation for this class was generated from the following file: