ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilGroupReferenceImporter.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 include_once("./Services/Export/classes/class.ilXmlImporter.php");
5 include_once './Services/ContainerReference/classes/class.ilContainerReferenceImporter.php';
6 
7 
16 {
17 
22  protected function getType()
23  {
24  return 'grpr';
25  }
26 
31  protected function initParser($a_xml)
32  {
33  include_once './Modules/GroupReference/classes/class.ilGroupReferenceXmlParser.php';
34  return new ilGroupReferenceXmlParser($a_xml);
35  }
36 }
Category reference xml parser.
group reference xml importer