ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilGroupReferenceImporter Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilGroupReferenceImporter:
+ Collaboration diagram for ilGroupReferenceImporter:

Protected Member Functions

 getType ()
 
 initParser (string $a_xml)
 
- Protected Member Functions inherited from ilContainerReferenceImporter
 getType ()
 Get reference type. More...
 
 initParser (string $a_xml)
 
 getReference ()
 

Additional Inherited Members

- Public Member Functions inherited from ilContainerReferenceImporter
 init ()
 
- Public Member Functions inherited from ilXmlImporter
 __construct ()
 
 setImport (ilImport $a_val)
 
 getImport ()
 
 init ()
 
 setInstallId (string $a_val)
 
 getInstallId ()
 
 setInstallUrl (string $a_val)
 
 getInstallUrl ()
 
 setSchemaVersion (string $a_val)
 
 getSchemaVersion ()
 
 setImportDirectory (string $a_val)
 
 getImportDirectory ()
 
 setSkipEntities (array $a_val)
 
 getSkipEntities ()
 
 exportedFromSameInstallation ()
 
 importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
 
 finalProcessing (ilImportMapping $a_mapping)
 
 afterContainerImportProcessing (ilImportMapping $mapping)
 
- Protected Attributes inherited from ilContainerReferenceImporter
ilContainerReference $ref = null
 
- Protected Attributes inherited from ilXmlImporter
array $skip_entities = array()
 
ilImport $imp
 
string $install_id
 
string $install_url
 
string $schema_version
 
string $import_directory
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning group reference xml importer

Author
Fabian Wolf wolf@.nosp@m.leif.nosp@m.os.co.nosp@m.m

\

Definition at line 26 of file class.ilGroupReferenceImporter.php.

Member Function Documentation

◆ getType()

ilGroupReferenceImporter::getType ( )
protected

Definition at line 28 of file class.ilGroupReferenceImporter.php.

28  : string
29  {
30  return 'grpr';
31  }

◆ initParser()

ilGroupReferenceImporter::initParser ( string  $a_xml)
protected

Definition at line 33 of file class.ilGroupReferenceImporter.php.

34  {
35  return new ilGroupReferenceXmlParser($a_xml);
36  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

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