ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\File\Icon\CustomIcon Class Reference
+ 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 ()
 
 getRid ()
 
 isActive ()
 
 isDefaultIcon ()
 
 getSuffixes ()
 

Detailed Description

Author
Lukas Zehnder lukas.nosp@m.@sr..nosp@m.solut.nosp@m.ions

Definition at line 26 of file CustomIcon.php.

Constructor & Destructor Documentation

◆ __construct()

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.

33 {
34 }

Member Function Documentation

◆ getRid()

ILIAS\File\Icon\CustomIcon::getRid ( )

Implements ILIAS\File\Icon\Icon.

Definition at line 36 of file CustomIcon.php.

36 : string
37 {
38 return $this->rid;
39 }

◆ getSuffixes()

ILIAS\File\Icon\CustomIcon::getSuffixes ( )
Returns
mixed[]

Implements ILIAS\File\Icon\Icon.

Definition at line 54 of file CustomIcon.php.

54 : array
55 {
56 return $this->suffixes;
57 }

◆ isActive()

ILIAS\File\Icon\CustomIcon::isActive ( )

Implements ILIAS\File\Icon\Icon.

Definition at line 41 of file CustomIcon.php.

41 : bool
42 {
43 return $this->active;
44 }

◆ isDefaultIcon()

ILIAS\File\Icon\CustomIcon::isDefaultIcon ( )

Implements ILIAS\File\Icon\Icon.

Definition at line 46 of file CustomIcon.php.

46 : bool
47 {
48 return $this->is_default_icon;
49 }

The documentation for this class was generated from the following file: