3 declare(strict_types=1);
25 $this->
logger = $DIC->logger()->grp();
31 public function init(): void
43 'component' =>
'Services/Container',
57 $group_ref_id = end($refs);
61 $this->
logger->warning($a_id .
' is not instance of type group');
68 return $writer->getXML();
78 "namespace" =>
"http://www.ilias.de/Modules/Group/grp/4_1",
79 "xsd_file" =>
"ilias_grp_4_1.xsd",
80 "uses_dataset" =>
false,
84 "namespace" =>
"http://www.ilias.de/Modules/Group/grp/5_0",
85 "xsd_file" =>
"ilias_grp_5_0.xsd",
86 "uses_dataset" =>
false,
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
static _getAllReferences(int $id)
get all reference ids for object ID
getXmlExportHeadDependencies(string $a_entity, string $a_target_release, array $a_ids)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidSchemaVersions(string $a_entity)
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...