Poll export definition.
More...
|
| 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) |
|
|
static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") |
|
◆ getValidSchemaVersions()
ilPollExporter::getValidSchemaVersions |
( |
string |
$a_entity | ) |
|
Definition at line 42 of file class.ilPollExporter.php.
46 "namespace" =>
"http://www.ilias.de/Services/Modules/Poll/10_0",
47 "xsd_file" =>
"ilias_poll_10_0.xsd",
48 "uses_dataset" =>
true,
53 "namespace" =>
"http://www.ilias.de/Services/Modules/Poll/5_0",
54 "xsd_file" =>
"ilias_poll_5_0.xsd",
55 "uses_dataset" =>
true,
60 "namespace" =>
"http://www.ilias.de/Services/Modules/Poll/4_3",
61 "xsd_file" =>
"ilias_poll_4_3.xsd",
62 "uses_dataset" =>
true,
◆ getXmlRepresentation()
ilPollExporter::getXmlRepresentation |
( |
string |
$a_entity, |
|
|
string |
$a_schema_version, |
|
|
string |
$a_id |
|
) |
| |
Definition at line 36 of file class.ilPollExporter.php.
38 $this->ds->initByExporter($this);
39 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
true,
true);
◆ init()
◆ $ds
The documentation for this class was generated from the following file: