ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilPortfolioExporter.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 include_once './Services/Export/classes/class.ilXmlExporter.php';
5 
16 {
17  public function __construct()
18  {
19 
20  }
21 
22  public function init()
23  {
24  }
25 
26  public function getXmlRepresentation($a_entity, $a_schema_version, $a_id)
27  {
28  exit();
29  }
30 
31  public function getValidSchemaVersions($a_entity)
32  {
33  exit();
34  }
35 
36 }
37 ?>