ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Text.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Table\Column
;
22
23
use
ILIAS\UI\Component\Table\Column
as
C
;
24
25
class
Text
extends
Column
implements C\Text
26
{
30
public
function
getOrderingLabels
(): array
31
{
32
return
[
33
$this->asc_label ?? $this->
getTitle
() . self::SEPERATOR . $this->
lng
->txt(
'order_option_alphabetical_ascending'
),
34
$this->desc_label ?? $this->
getTitle
() . self::SEPERATOR . $this->
lng
->txt(
'order_option_alphabetical_descending'
)
35
];
36
}
37
}
ILIAS\UI\Implementation\Component\Table\Column
Definition:
Boolean.php:21
ILIAS\UI\Implementation\Component\Table\Column\Column\getTitle
getTitle()
Definition:
Column.php:48
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\Table\Column\Column
Definition:
Column.php:28
ILIAS\UI\Implementation\Component\Table\Column\Text\getOrderingLabels
getOrderingLabels()
Definition:
Text.php:30
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:61
ILIAS\UI\Implementation\Component\Table\Column\Text
Definition:
Text.php:25
ILIAS\UI\Component\Table\Column
Definition:
Boolean.php:21
components
ILIAS
UI
src
Implementation
Component
Table
Column
Text.php
Generated on Sun Aug 31 2025 23:02:45 for ILIAS by
1.8.13 (using
Doxyfile
)