ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
StatusIcon.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
use
ILIAS\UI\Component\Symbol\Icon\Icon
;
25
26
class
StatusIcon
extends
Column
implements C\StatusIcon
27
{
28
public
function
format
($value):
Icon
29
{
30
$this->checkArgInstanceOf(
'value'
, $value, Icon::class);
31
return
$value;
32
}
33
}
ILIAS\UI\Implementation\Component\Table\Column
Definition:
Boolean.php:21
ILIAS\UI\Component\Symbol\Icon\Icon
This describes how an icon could be modified during construction of UI.
Definition:
Icon.php:28
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Implementation\Component\Table\Column\Column
Definition:
Column.php:27
Icon
ILIAS\UI\Implementation\Component\Table\Column\StatusIcon
Definition:
StatusIcon.php:26
ILIAS\UI\Implementation\Component\Table\Column\StatusIcon\format
format($value)
Definition:
StatusIcon.php:28
ILIAS\UI\Component\Table\Column
Definition:
Boolean.php:21
src
UI
Implementation
Component
Table
Column
StatusIcon.php
Generated on Mon Sep 1 2025 22:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)