ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilCategoryReferenceImporter.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
28 {
29  protected function getType(): string
30  {
31  return 'catr';
32  }
33 
34  protected function initParser(string $a_xml): ilContainerReferenceXmlParser
35  {
36  return new ilCategoryReferenceXmlParser($a_xml);
37  }
38 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...