ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
class.ilMetaDataImporter.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once("./Services/Export/classes/class.ilXmlImporter.php");
5
14{
21 function importXmlRepresentation($a_entity, $a_schema_version, $a_id, $a_xml, $a_mapping)
22 {
23var_dump($a_xml);
24
25
26 }
27
28}
29
30?>
Importer class for meta data.
importXmlRepresentation($a_entity, $a_schema_version, $a_id, $a_xml, $a_mapping)
Import XML.
Xml importer class.