ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilCourseReferenceImporter.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2010 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 
19 {
20  protected function getType(): string
21  {
22  return 'crsr';
23  }
24 
25  protected function initParser(string $a_xml): ilContainerReferenceXmlParser
26  {
27  return new ilCourseReferenceXmlParser($a_xml);
28  }
29 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...