4include_once
'./Services/Export/classes/class.ilXmlExporter.php';
21 include_once(
"./Modules/Portfolio/classes/class.ilPortfolioDataSet.php");
23 $this->ds->setDSPrefix(
"ds");
28 include_once(
"./Modules/Portfolio/classes/class.ilPortfolioTemplatePage.php");
30 foreach ($a_ids as $id)
34 $pg_ids[] =
"prtt:".$p[
"id"];
40 "component" =>
"Services/COPage",
45 $obj_ids = (is_array($a_ids))
49 "component" =>
"Services/Style",
50 "entity" =>
"object_style",
60 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
61 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
68 "namespace" =>
"http://www.ilias.de/Modules/Portfolio/4_4",
69 "xsd_file" =>
"ilias_portfolio_4_4.xsd",
70 "uses_dataset" =>
true,
74 "namespace" =>
"http://www.ilias.de/Modules/Portfolio/5_0",
75 "xsd_file" =>
"ilias_portfolio_5_0.xsd",
76 "uses_dataset" =>
true,
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 getAllPages($a_portfolio_id)
Get pages of portfolio.