ILIAS  release_8 Revision v8.24
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
5include_once("./Services/Export/classes/class.ilXmlImporter.php");
6include_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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Category reference xml parser.