| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Importer class for meta data. More...
 Inheritance diagram for ilMetaDataImporter:
 Inheritance diagram for ilMetaDataImporter: Collaboration diagram for ilMetaDataImporter:
 Collaboration diagram for ilMetaDataImporter:| Public Member Functions | |
| importXmlRepresentation ($a_entity, $a_schema_version, $a_id, $a_xml, $a_mapping) | |
| Import XML. | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. | |
|  Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. | |
| init () | |
| Init. | |
| setInstallId ($a_val) | |
| Set installation id. | |
| getInstallId () | |
| Get installation id. | |
| setInstallUrl ($a_val) | |
| Set installation url. | |
| getInstallUrl () | |
| Get installation url. | |
| setSchemaVersion ($a_val) | |
| Set schema version. | |
| getSchemaVersion () | |
| Get schema version. | |
| setImportDirectory ($a_val) | |
| Set import directory. | |
| getImportDirectory () | |
| Get import directory. | |
| finalProcessing ($a_mapping) | |
| Final processing. | |
Importer class for meta data.
Importer class for media pools.
Definition at line 13 of file class.ilMetaDataImporter.php.
| ilMetaDataImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_schema_version, | |||
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) | 
Import XML.
| @return | 
Definition at line 21 of file class.ilMetaDataImporter.php.
| ilMetaDataImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) | 
Import XML.
| @return | 
Reimplemented from ilXmlImporter.
Definition at line 21 of file class.ilMetaDataImporter.php.