ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilCourseReferenceExporter Class Reference

Class for category export. More...

+ Inheritance diagram for ilCourseReferenceExporter:
+ Collaboration diagram for ilCourseReferenceExporter:

Protected Member Functions

 initWriter (ilContainerReference $ref)
 Init xml writer.

Additional Inherited Members

- Public Member Functions inherited from ilContainerReferenceExporter
 getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids)
 Get head dependencies.
 getXmlRepresentation ($a_entity, $a_schema_version, $a_id)
 Get xml.
 getValidSchemaVersions ($a_entity)
 Returns schema versions that the component can export to.
 init ()
 Init method.
- 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

Detailed Description

Class for category export.

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e
Id:
class.ilCourseReferenceExporter.php 35412 2012-07-06 10:28:29Z smeyer

Definition at line 13 of file class.ilCourseReferenceExporter.php.

Member Function Documentation

ilCourseReferenceExporter::initWriter ( ilContainerReference  $ref)
protected

Init xml writer.

Parameters
ilContainerReference$ref
Returns
ilCategoryXmlWriter

Reimplemented from ilContainerReferenceExporter.

Definition at line 21 of file class.ilCourseReferenceExporter.php.

{
include_once './Modules/CourseReference/classes/class.ilCourseReferenceXmlWriter.php';
return new ilCourseReferenceXmlWriter($ref);
}

The documentation for this class was generated from the following file: