ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilDataCollectionExporter.php
Go to the documentation of this file.
1 <?php
2 
3 include_once("./trunk/Services/Export/classes/class.ilExport.php");
4 
11 
12  public function init() {
13  }
14 
15 
19  public function getValidSchemaVersions($entity) {
20  }
21 
22 
28  public function getXmlRepresentation($entity, $schema_version, $id) {
29  }
30 }
31 
32 ?>