ILIAS  release_4-4 Revision
ilContainerImporter Class Reference

container xml importer More...

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

Public Member Functions

 init ()
 
 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

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

References $GLOBALS.

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  }
$GLOBALS['ct_recipient']
XML parser for container structure.

◆ init()

ilContainerImporter::init ( )

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

20  {
21  }

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