ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
ilContainerImporter Class Reference

container xml importer More...

+ Inheritance diagram for ilContainerImporter:
+ Collaboration diagram for ilContainerImporter:

Public Member Functions

 init ()
 Init. More...
 
 importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping)
 Import XML. More...
 
- Public Member Functions inherited from ilXmlImporter
 __construct ()
 Constructor. More...
 
 init ()
 Init. More...
 
 setInstallId ($a_val)
 Set installation id. More...
 
 getInstallId ()
 Get installation id. More...
 
 setInstallUrl ($a_val)
 Set installation url. More...
 
 getInstallUrl ()
 Get installation url. More...
 
 setSchemaVersion ($a_val)
 Set schema version. More...
 
 getSchemaVersion ()
 Get schema version. More...
 
 setImportDirectory ($a_val)
 Set import directory. More...
 
 getImportDirectory ()
 Get import directory. More...
 
 setSkipEntities ($a_val)
 Set skip entities. More...
 
 getSkipEntities ()
 Get skip entities. More...
 
 importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping)
 Import xml representation. More...
 
 finalProcessing ($a_mapping)
 Final processing. More...
 

Additional Inherited Members

- Protected Attributes inherited from ilXmlImporter
 $skip_entities = array()
 

Detailed Description

container xml importer

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 15 of file class.ilContainerImporter.php.

Member Function Documentation

◆ importXmlRepresentation()

ilContainerImporter::importXmlRepresentation (   $a_entity,
  $a_id,
  $a_xml,
  $a_mapping 
)

Import XML.

Parameters

return

Reimplemented from ilXmlImporter.

Definition at line 29 of file class.ilContainerImporter.php.

30 {
31 include_once './Services/Container/classes/class.ilContainerXmlParser.php';
32
33 $GLOBALS['ilLog']->write($a_xml);
34 $GLOBALS['ilLog']->write($a_id);
35
36 $parser = new ilContainerXmlParser($a_mapping,trim($a_xml));
37 $parser->parse();
38 }
XML parser for container structure.
$GLOBALS['ct_recipient']

References $GLOBALS.

◆ init()

ilContainerImporter::init ( )

Init.

Reimplemented from ilXmlImporter.

Definition at line 19 of file class.ilContainerImporter.php.

20 {
21 }

The documentation for this class was generated from the following file: