ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilGroupReferenceXmlWriter.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/ContainerReference/classes/class.ilContainerReferenceXmlWriter.php';
6 
16 {
21  public function __construct(ilObjGroupReference $ref = null)
22  {
24  }
25 
26  protected function buildHeader(): void
27  {
28  global $DIC;
29 
30  $ilSetting = $DIC['ilSetting'];
31 
32  $this->xmlSetGenCmt("Export of ILIAS course reference " . $this->getReference()->getId() . " of installation " . $ilSetting->get('inst_id') . ".");
33  $this->xmlHeader();
34  }
35 }
xmlSetGenCmt(string $genCmt)
Sets generated comment.
global $DIC
Definition: feed.php:28
__construct(VocabulariesInterface $vocabularies)
Class for container reference export.
xmlHeader()
Writes xml header.
__construct(ilObjGroupReference $ref=null)
ilGroupReferenceXmlWriter constructor.
global $ilSetting
Definition: privfeed.php:18
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...