ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 
15 {
16  protected function getType(): string
17  {
18  return 'crsr';
19  }
20 
21  protected function initParser(string $a_xml): ilContainerReferenceXmlParser
22  {
23  return new ilCourseReferenceXmlParser($a_xml);
24  }
25 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...