28 public function init(): void
33 $this->ds->setDSPrefix(
"ds");
34 $this->content_style_domain = $DIC
41 string $a_target_release,
48 foreach ($a_ids as
$id) {
50 foreach (array_keys($pages) as $p) {
51 $pg_ids[] =
"blp:" . $p;
56 "component" =>
"Services/COPage",
64 foreach ($a_ids as $id) {
65 $style_id = $this->content_style_domain->styleForObjId((
int) $id)->getStyleId();
67 $style_ids[] = $style_id;
70 if (count($style_ids)) {
72 "component" =>
"Services/Style",
80 "component" =>
"Services/Object",
90 string $a_schema_version,
93 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
94 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
true,
true);
102 "namespace" =>
"https://www.ilias.de/Modules/Blog/5_0",
103 "xsd_file" =>
"ilias_blog_5_0.xsd",
104 "uses_dataset" =>
true,
109 "namespace" =>
"https://www.ilias.de/Modules/Blog/5_0",
110 "xsd_file" =>
"ilias_blog_5_0.xsd",
111 "uses_dataset" =>
true,
116 "namespace" =>
"https://www.ilias.de/Modules/Blog/4_3",
117 "xsd_file" =>
"ilias_blog_4_3.xsd",
118 "uses_dataset" =>
true,
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidSchemaVersions(string $a_entity)
static getAllPostings(int $a_blog_id, int $a_limit=1000, int $a_offset=0)
Get all postings of blog.
Blog Data set class This class implements the following entities:
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getXmlExportTailDependencies(string $a_entity, string $a_target_release, array $a_ids)
ILIAS Style Content DomainService $content_style_domain
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)