ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilLocalUnitCategoryTableGUI.php
Go to the documentation of this file.
1 <?php
2 
23 {
24  protected function populateTitle(): void
25  {
26  if ($this->getParentObject()->isCRUDContext()) {
27  $this->setTitle($this->lng->txt('un_local_units') . ': ' . $this->lng->txt('categories'));
28  } else {
29  $this->setTitle($this->lng->txt('un_global_units') . ': ' . $this->lng->txt('categories'));
30  }
31  }
32 }
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...