5include_once
'./Modules/WebResource/classes/class.ilWebLinkXmlWriter.php';
6include_once
'./Services/Export/classes/class.ilXmlExporter.php';
47 $this->writer->setObjId($a_id);
48 $this->writer->write();
49 return $this->writer->xmlDumpMem(
false);
50 }
catch (UnexpectedValueException $e) {
51 $GLOBALS[
'ilLog']->write(
"Caught error: " . $e->getMessage());
67 "namespace" =>
"http://www.ilias.de/Modules/WebResource/webr/4_1",
68 "xsd_file" =>
"ilias_webr_4_1.xsd",
69 "uses_dataset" =>
false,
An exception for terminatinating execution or to throw for unit testing.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
__construct()
Constructor.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml.
$GLOBALS['loaded']
Global hash that tracks already loaded includes.