ILIAS
release_4-3 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
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
15
class
ilPortfolioExporter
extends
ilXmlExporter
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
?>
Services
Portfolio
classes
class.ilPortfolioExporter.php
Generated on Sat Apr 30 2016 19:01:12 for ILIAS by
1.8.1.2 (using
Doxyfile
)