ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
4include_once("./Services/Export/classes/class.ilXmlImporter.php");
5include_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}
An exception for terminatinating execution or to throw for unit testing.
Category reference xml parser.