19 $this->ds->setDSPrefix(
"ds");
25 foreach ($a_ids as $id) {
27 $pg_ids[] =
"prtt:" . $p[
"id"];
33 "component" =>
"Services/COPage",
38 $obj_ids = (is_array($a_ids))
42 "component" =>
"Services/Style",
43 "entity" =>
"object_style",
52 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
53 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
60 "namespace" =>
"http://www.ilias.de/Modules/Portfolio/4_4",
61 "xsd_file" =>
"ilias_portfolio_4_4.xsd",
62 "uses_dataset" =>
true,
66 "namespace" =>
"http://www.ilias.de/Modules/Portfolio/5_0",
67 "xsd_file" =>
"ilias_portfolio_5_0.xsd",
68 "uses_dataset" =>
true,
An exception for terminatinating execution or to throw for unit testing.
Portfolio Data set class.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
static getAllPortfolioPages($a_portfolio_id)
Get pages of portfolio.