ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilGroupReferenceXmlWriter.php
Go to the documentation of this file.
1<?php
2
28{
33 public function __construct(?ilObjGroupReference $ref = null)
34 {
36 }
37
38 protected function buildHeader(): void
39 {
40 global $DIC;
41
42 $ilSetting = $DIC['ilSetting'];
43
44 $this->xmlSetGenCmt("Export of ILIAS course reference " . $this->getReference()->getId() . " of installation " . $ilSetting->get('inst_id') . ".");
45 $this->xmlHeader();
46 }
47}
Class for container reference export.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(?ilObjGroupReference $ref=null)
ilGroupReferenceXmlWriter constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlHeader()
Writes xml header.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
global $ilSetting
Definition: privfeed.php:31
global $DIC
Definition: shib_login.php:26