ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilGlobalUnitCategoryTableGUI.php
Go to the documentation of this file.
1
<?php
2
22
class
ilGlobalUnitCategoryTableGUI
extends
ilUnitCategoryTableGUI
23
{
24
protected
function
populateTitle
(): void
25
{
26
$this->
setTitle
($this->
lng
->txt(
'un_global_units'
) .
': '
. $this->
lng
->txt(
'categories'
));
27
}
28
}
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
ilGlobalUnitCategoryTableGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilGlobalUnitCategoryTableGUI.php:22
ilTable2GUI\setTitle
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
Definition:
class.ilTable2GUI.php:438
ilUnitCategoryTableGUI
Class ilUnitCategoryTableGUI .
Definition:
class.ilUnitCategoryTableGUI.php:28
ilGlobalUnitCategoryTableGUI\populateTitle
populateTitle()
Definition:
class.ilGlobalUnitCategoryTableGUI.php:24
components
ILIAS
TestQuestionPool
classes
tables
class.ilGlobalUnitCategoryTableGUI.php
Generated on Sun Aug 31 2025 23:04:04 for ILIAS by
1.8.13 (using
Doxyfile
)