ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
ilDataCollectionExporter Class Reference

Created by JetBrains PhpStorm. More...

+ Inheritance diagram for ilDataCollectionExporter:
+ Collaboration diagram for ilDataCollectionExporter:

Public Member Functions

 init ()
 
 getValidSchemaVersions ($entity)
 
 getXmlRepresentation ($entity, $schema_version, $id)
 
- Public Member Functions inherited from ilXmlExporter
 __construct ()
 Constructor. More...
 
 getXmlRepresentation ($a_entity, $a_schema_version, $a_id)
 Get xml representation. More...
 
 init ()
 
 setExportDirectories ($a_dir_relative, $a_dir_absolute)
 Export directories. More...
 
 getRelativeExportDirectory ()
 Get relative export directory. More...
 
 getAbsoluteExportDirectory ()
 Get absolute export directory. More...
 
 getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids)
 Get head dependencies. More...
 
 getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids)
 Get tail dependencies. More...
 
 getValidSchemaVersions ($a_entity)
 Returns schema versions that the component can export to. More...
 
 determineSchemaVersion ($a_entity, $a_target_release)
 Determine schema version. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ilXmlExporter
static lookupExportDirectory ($a_obj_type, $a_obj_id, $a_export_type='xml', $a_entity="")
 export directory lookup More...
 
- Protected Attributes inherited from ilXmlExporter
 $dir_relative
 
 $dir_absolute
 

Detailed Description

Created by JetBrains PhpStorm.

User: oskar Date: 11/5/12 Time: 1:11 PM To change this template use File | Settings | File Templates.

Definition at line 12 of file class.ilDataCollectionExporter.php.

Member Function Documentation

◆ getValidSchemaVersions()

ilDataCollectionExporter::getValidSchemaVersions (   $entity)

Definition at line 17 of file class.ilDataCollectionExporter.php.

17  {
18  return array("0.0.0");
19  }

◆ getXmlRepresentation()

ilDataCollectionExporter::getXmlRepresentation (   $entity,
  $schema_version,
  $id 
)

Definition at line 21 of file class.ilDataCollectionExporter.php.

21  {
22  }

◆ init()

ilDataCollectionExporter::init ( )

Definition at line 14 of file class.ilDataCollectionExporter.php.

14  {
15  }

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