3 declare(strict_types=1);
    32     public function init(): void
    35         $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
    36         $this->ds->setDSPrefix(
"ds");
    50         $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
    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. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
getXmlRepresentation(string $entity, string $schema_version, string $id)
 
getXmlExportTailDependencies(string $entity, string $target_release, array $ids)
Get tail dependencies.