ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilGroupReferenceXmlWriter.php
Go to the documentation of this file.
1 <?php
2 
28 {
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 }
__construct(?ilObjGroupReference $ref=null)
ilGroupReferenceXmlWriter constructor.
xmlSetGenCmt(string $genCmt)
Sets generated comment.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:22
xmlHeader()
Writes xml header.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $ilSetting
Definition: privfeed.php:31
__construct(Container $dic, ilPlugin $plugin)
Class for container reference export.