ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (private string $rid, private bool $active, private bool $is_default_icon, private array $suffixes) | |
getRid () | |
isActive () | |
isDefaultIcon () | |
getSuffixes () | |
Definition at line 26 of file CustomIcon.php.
ILIAS\File\Icon\CustomIcon::__construct | ( | private string | $rid, |
private bool | $active, | ||
private bool | $is_default_icon, | ||
private array | $suffixes | ||
) |
Definition at line 28 of file CustomIcon.php.
ILIAS\File\Icon\CustomIcon::getRid | ( | ) |
Implements ILIAS\File\Icon\Icon.
Definition at line 36 of file CustomIcon.php.
ILIAS\File\Icon\CustomIcon::getSuffixes | ( | ) |
ILIAS\File\Icon\CustomIcon::isActive | ( | ) |
Implements ILIAS\File\Icon\Icon.
Definition at line 41 of file CustomIcon.php.
ILIAS\File\Icon\CustomIcon::isDefaultIcon | ( | ) |
Implements ILIAS\File\Icon\Icon.
Definition at line 46 of file CustomIcon.php.