ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
class.ilCategoryReferenceExporter.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 include_once './Services/Export/classes/class.ilXmlExporter.php';
5 include_once './Services/ContainerReference/classes/class.ilContainerReferenceExporter.php';
6 
14 {
15 
21  protected function initWriter(ilContainerReference $ref)
22  {
23  include_once './Modules/CategoryReference/classes/class.ilCategoryReferenceXmlWriter.php';
24  return new ilCategoryReferenceXmlWriter($ref);
25  }
26 }
27 ?>
Class for container reference export.
initWriter(ilContainerReference $ref)
Init xml writer.