ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilCourseReferenceImporter Class Reference

folder xml importer More...

+ Inheritance diagram for ilCourseReferenceImporter:
+ Collaboration diagram for ilCourseReferenceImporter:

Protected Member Functions

 getType ()
 Get reference type.
 initParser ($a_xml)
 Init xml parser.
- Protected Member Functions inherited from ilContainerReferenceImporter
 initReference ($a_ref_id=0)
 Init reference.
 getReference ()
 get reference

Additional Inherited Members

- Public Member Functions inherited from ilContainerReferenceImporter
 init ()
 Init.
 importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping)
 Import XML.
- Protected Attributes inherited from ilContainerReferenceImporter
 $ref = null

Detailed Description

folder xml importer

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
Id:
class.ilCourseReferenceImporter.php 35412 2012-07-06 10:28:29Z smeyer

Definition at line 17 of file class.ilCourseReferenceImporter.php.

Member Function Documentation

ilCourseReferenceImporter::getType ( )
protected

Get reference type.

Reimplemented from ilContainerReferenceImporter.

Definition at line 23 of file class.ilCourseReferenceImporter.php.

{
return 'crsr';
}
ilCourseReferenceImporter::initParser (   $a_xml)
protected

Init xml parser.

Reimplemented from ilContainerReferenceImporter.

Definition at line 31 of file class.ilCourseReferenceImporter.php.

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

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