ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilGlobalUnitCategoryTableGUI.php
Go to the documentation of this file.
1<?php
2
23{
24 protected function populateTitle(): void
25 {
26 $this->setTitle($this->lng->txt('un_global_units') . ': ' . $this->lng->txt('categories'));
27 }
28}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
Class ilUnitCategoryTableGUI @abstract.