| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Exporter class for meta data. More...
 Inheritance diagram for ilCOPageExporter:
 Inheritance diagram for ilCOPageExporter: Collaboration diagram for ilCOPageExporter:
 Collaboration diagram for ilCOPageExporter:| Public Member Functions | |
| init () | |
| Initialisation. | |
| getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
| Get head dependencies. | |
| getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
| Get tail dependencies. | |
| getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
| Get xml representation. | |
| getValidSchemaVersions ($a_entity) | |
| Returns schema versions that the component can export to. | |
|  Public Member Functions inherited from ilXmlExporter | |
| __construct () | |
| Constructor. | |
| setExportDirectories ($a_dir_relative, $a_dir_absolute) | |
| Export directories. | |
| getRelativeExportDirectory () | |
| Get relative export directory. | |
| getAbsoluteExportDirectory () | |
| Get absolute export directory. | |
| determineSchemaVersion ($a_entity, $a_target_release) | |
| Determine schema version. | |
| Private Attributes | |
| $ds | |
| 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 | |
|  Protected Attributes inherited from ilXmlExporter | |
| $dir_relative | |
| $dir_absolute | |
| ilCOPageExporter::getValidSchemaVersions | ( | $a_entity | ) | 
Returns schema versions that the component can export to.
ILIAS chooses the first one, that has min/max constraints which fit to the target release. Please put the newest on top.
Reimplemented from ilXmlExporter.
Definition at line 158 of file class.ilCOPageExporter.php.
| ilCOPageExporter::getXmlExportHeadDependencies | ( | $a_entity, | |
| $a_target_release, | |||
| $a_ids | |||
| ) | 
Get head dependencies.
| string | entity | 
| string | target release | 
| array | ids | 
Reimplemented from ilXmlExporter.
Definition at line 37 of file class.ilCOPageExporter.php.
References $file, ilObjFile\_getFilesOfObject(), ilObjMediaObject\_getMobsOfObject(), and ilObject\_lookupType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCOPageExporter::getXmlExportTailDependencies | ( | $a_entity, | |
| $a_target_release, | |||
| $a_ids | |||
| ) | 
Get tail dependencies.
| string | entity | 
| string | target release | 
| array | ids | 
Reimplemented from ilXmlExporter.
Definition at line 94 of file class.ilCOPageExporter.php.
| ilCOPageExporter::getXmlRepresentation | ( | $a_entity, | |
| $a_schema_version, | |||
| $a_id | |||
| ) | 
Get xml representation.
| string | entity | 
| string | schema version | 
| array | ids | 
Reimplemented from ilXmlExporter.
Definition at line 124 of file class.ilCOPageExporter.php.
References ilPageObjectFactory\getInstance().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCOPageExporter::init | ( | ) | 
Initialisation.
Reimplemented from ilXmlExporter.
Definition at line 20 of file class.ilCOPageExporter.php.
| 
 | private | 
Definition at line 15 of file class.ilCOPageExporter.php.