3 declare(strict_types=1);
26 public function init(): void
31 $this->rbac_review = $DIC[
"rbacreview"];
36 $writer = $this->getWriter((
int) $a_id);
39 return $writer->getXml();
49 $ls_ref_id = end($ref_ids);
54 throw new Exception(
"Object for ref id " . $ls_ref_id .
" not found.");
71 "namespace" =>
"http://www.ilias.de/Modules/LearningSequence/lso/5_4",
72 "xsd_file" =>
"ilias_lso_5_4.xsd",
73 "uses_dataset" =>
false,
84 'component' =>
'Services/Container',
98 if ($a_entity ==
"lso") {
101 "component" =>
"Services/Object",
102 "entity" =>
"common",
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidSchemaVersions(string $a_entity)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id
getXmlExportHeadDependencies(string $a_entity, string $a_target_release, array $a_ids)
ilRbacReview $rbac_review
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
getXmlExportTailDependencies(string $a_entity, string $a_target_release, array $a_ids)
static _lookupType(int $id, bool $reference=false)