ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilGroupReferenceExporter.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 
5 include_once './Services/Export/classes/class.ilXmlExporter.php';
6 include_once './Services/ContainerReference/classes/class.ilContainerReferenceExporter.php';
7 
16 {
23  {
24  include_once './Modules/GroupReference/classes/class.ilGroupReferenceXmlWriter.php';
25  return new ilGroupReferenceXmlWriter($ref);
26  }
27 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initWriter(ilContainerReference $ref)
Init xml writer.
Class for container reference export.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class for group reference export.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...