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 43 of file class.ilPollExporter.php.
47 "namespace" =>
"http://www.ilias.de/Services/Modules/Poll/5_0",
48 "xsd_file" =>
"ilias_poll_5_0.xsd",
49 "uses_dataset" =>
true,
54 "namespace" =>
"http://www.ilias.de/Services/Modules/Poll/4_3",
55 "xsd_file" =>
"ilias_poll_4_3.xsd",
56 "uses_dataset" =>
true,
◆ getXmlRepresentation()
| ilPollExporter::getXmlRepresentation |
( |
string |
$a_entity, |
|
|
string |
$a_schema_version, |
|
|
string |
$a_id |
|
) |
| |
Definition at line 37 of file class.ilPollExporter.php.
39 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
40 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: