ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilLocalUnitCategoryTableGUI.php
Go to the documentation of this file.
1
<?php
2
22
class
ilLocalUnitCategoryTableGUI
extends
ilUnitCategoryTableGUI
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
}
ilTable2GUI\getParentObject
getParentObject()
Definition:
class.ilTable2GUI.php:368
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
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
ilLocalUnitCategoryTableGUI\populateTitle
populateTitle()
Definition:
class.ilLocalUnitCategoryTableGUI.php:24
ilLocalUnitCategoryTableGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLocalUnitCategoryTableGUI.php:22
components
ILIAS
TestQuestionPool
classes
tables
class.ilLocalUnitCategoryTableGUI.php
Generated on Sun Aug 31 2025 23:04:04 for ILIAS by
1.8.13 (using
Doxyfile
)