ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilCategoryReferenceXmlWriter.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
29  {
30  global $DIC;
31 
32  $this->settings = $DIC->settings();
34  }
35 
36  protected function buildHeader(): void
37  {
39 
40  $this->xmlSetGenCmt("Export of ILIAS category reference " . $this->getReference()->getId() . " of installation " . $ilSetting->get('inst_id') . ".");
41  $this->xmlHeader();
42  }
43 }
xmlSetGenCmt(string $genCmt)
Sets generated comment.
__construct(?ilObjCategoryReference $ref=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class for container reference export.
global $DIC
Definition: shib_login.php:22
xmlHeader()
Writes xml header.
global $ilSetting
Definition: privfeed.php:31
__construct(Container $dic, ilPlugin $plugin)
Class for container reference export.