19 declare(strict_types=1);
    32     public function init(): void
    35         $this->ds->initByExporter($this);
    36         $this->ds->setDSPrefix(
"ds");
    50         $this->ds->initByExporter($this);
    51         return $this->ds->getXmlRepresentation($entity, $schema_version, [$id], 
"", 
true, 
true);
    63                 "namespace" => 
"http://www.ilias.de/Services/Object/obj/5_4",
    64                 "xsd_file" => 
"ilias_obj_5_4.xsd",
    65                 "uses_dataset" => 
true,
    70                 "namespace" => 
"http://www.ilias.de/Services/Object/obj/5_1",
    71                 "xsd_file" => 
"ilias_obj_5_1.xsd",
    72                 "uses_dataset" => 
true,
    77                 "namespace" => 
"http://www.ilias.de/Services/Object/obj/4_4",
    78                 "xsd_file" => 
"ilias_obj_4_4.xsd",
    79                 "uses_dataset" => 
true,
 
getValidSchemaVersions(string $entity)
Returns schema versions that the component can export to. 
 
getXmlRepresentation(string $entity, string $schema_version, string $id)
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
getXmlExportTailDependencies(string $entity, string $target_release, array $ids)
Get tail dependencies. 
 
Exporter class for object related data (please note that title and description are usually included i...