| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\File\Icon\CustomIcon:
 Collaboration diagram for ILIAS\File\Icon\CustomIcon: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.