ILIAS  release_8 Revision v8.23
class.ilGroupReferenceImporter.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
5 include_once("./Services/Export/classes/class.ilXmlImporter.php");
6 include_once './Services/ContainerReference/classes/class.ilContainerReferenceImporter.php';
7 
8 
17 {
18  protected function getType(): string
19  {
20  return 'grpr';
21  }
22 
23  protected function initParser(string $a_xml): ilContainerReferenceXmlParser
24  {
25  return new ilGroupReferenceXmlParser($a_xml);
26  }
27 }
Category reference xml parser.
group reference xml importer
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...