ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilDataCollectionExporter.php
Go to the documentation of this file.
1 <?php
10 include_once ("./Services/Export/classes/class.ilExport.php");
11 
13 
14  public function init(){
15  }
16 
17  public function getValidSchemaVersions($entity){
18  return array("0.0.0");
19  }
20 
21  public function getXmlRepresentation($entity, $schema_version, $id){
22  }
23 }
24 
25 ?>
getXmlRepresentation($entity, $schema_version, $id)
Xml Exporter class.
Created by JetBrains PhpStorm.