ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 
15 {
20  public function __construct(ilObjGroupReference $ref = null)
21  {
23  }
24 
25  protected function buildHeader(): void
26  {
27  global $DIC;
28 
29  $ilSetting = $DIC['ilSetting'];
30 
31  $this->xmlSetGenCmt("Export of ILIAS course reference " . $this->getReference()->getId() . " of installation " . $ilSetting->get('inst_id') . ".");
32  $this->xmlHeader();
33  }
34 }
xmlSetGenCmt(string $genCmt)
Sets generated comment.
Class for container reference export.
global $DIC
Definition: shib_login.php:25
xmlHeader()
Writes xml header.
__construct(ilObjGroupReference $ref=null)
ilGroupReferenceXmlWriter constructor.
global $ilSetting
Definition: privfeed.php:32
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...