ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
ilBookmarksImporter Class Reference

Importer class for bookmark data. More...

+ Inheritance diagram for ilBookmarksImporter:
+ Collaboration diagram for ilBookmarksImporter:

Public Member Functions

 init ()
 Initialisation. More...
 
 importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping)
 Import XML. More...
 
- Public Member Functions inherited from ilXmlImporter
 __construct ()
 Constructor. More...
 
 setImport ($a_val)
 Set import. More...
 
 getImport ()
 Get import. 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...
 
 exportedFromSameInstallation ()
 Is exporting and importing installation identical? More...
 
 importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping)
 Import xml representation. More...
 
 finalProcessing ($a_mapping)
 Final processing. More...
 
 afterContainerImportProcessing (ilImportMapping $mapping)
 Called after all container objects have been implemented. More...
 

Additional Inherited Members

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

Detailed Description

Importer class for bookmark data.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 13 of file class.ilBookmarksImporter.php.

Member Function Documentation

◆ importXmlRepresentation()

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

Import XML.

Parameters

Definition at line 33 of file class.ilBookmarksImporter.php.

References ilXmlImporter\getSchemaVersion().

34  {
35  include_once("./Services/DataSet/classes/class.ilDataSetImportParser.php");
36  $parser = new ilDataSetImportParser($a_entity, $this->getSchemaVersion(),
37  $a_xml, $this->ds, $a_mapping);
38  }
getSchemaVersion()
Get schema version.
Manifest parser for ILIAS standard export files.
+ Here is the call graph for this function:

◆ init()

ilBookmarksImporter::init ( )

Initialisation.

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

20  {
21  include_once("./Services/Bookmarks/classes/class.ilBookmarkDataSet.php");
22  $this->ds = new ilBookmarkDataSet();
23  $this->ds->setDSPrefix("ds");
24  }
Bookmarks Data set class.

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