ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\File\Icon\NullIcon Class Reference
+ Inheritance diagram for ILIAS\File\Icon\NullIcon:
+ Collaboration diagram for ILIAS\File\Icon\NullIcon:

Public Member Functions

 __construct (private string $rid="", private bool $active=false, private bool $is_default_icon=false, 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 NullIcon.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\File\Icon\NullIcon::__construct ( private string  $rid = "",
private bool  $active = false,
private bool  $is_default_icon = false,
private array  $suffixes = [] 
)

Definition at line 28 of file NullIcon.php.

33 {
34 }

Member Function Documentation

◆ getRid()

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

Implements ILIAS\File\Icon\Icon.

Definition at line 36 of file NullIcon.php.

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

◆ getSuffixes()

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

Implements ILIAS\File\Icon\Icon.

Definition at line 54 of file NullIcon.php.

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

◆ isActive()

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

Implements ILIAS\File\Icon\Icon.

Definition at line 41 of file NullIcon.php.

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

◆ isDefaultIcon()

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

Implements ILIAS\File\Icon\Icon.

Definition at line 46 of file NullIcon.php.

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

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