ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 
13 {
14  protected function getType(): string
15  {
16  return 'grpr';
17  }
18 
19  protected function initParser(string $a_xml): ilContainerReferenceXmlParser
20  {
21  return new ilGroupReferenceXmlParser($a_xml);
22  }
23 }
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...