ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilObjectCustomIconPresenterImpl Class Reference

Class ilObjectCustomIconPresenter. More...

+ Inheritance diagram for ilObjectCustomIconPresenterImpl:
+ Collaboration diagram for ilObjectCustomIconPresenterImpl:

Public Member Functions

 __construct (\ilObjectCustomIcon $icon)
 ilObjectCustomIconPresenter constructor. More...
 
 exists ()
 
Returns
bool
More...
 
 getFullPath ()
 
Returns
string
More...
 
 exists ()
 
 getFullPath ()
 

Private Attributes

 $icon = null
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilObjectCustomIconPresenterImpl::__construct ( \ilObjectCustomIcon  $icon)

ilObjectCustomIconPresenter constructor.

Parameters
ilObjectCustomIcon$icon

Definition at line 16 of file class.ilObjectCustomIconPresenterImpl.php.

References $icon.

Member Function Documentation

◆ exists()

ilObjectCustomIconPresenterImpl::exists ( )

Returns
bool

Implements ilObjectCustomIconPresenter.

Definition at line 24 of file class.ilObjectCustomIconPresenterImpl.php.

24 : bool
25 {
26 return $this->icon->exists();
27 }

◆ getFullPath()

ilObjectCustomIconPresenterImpl::getFullPath ( )

Returns
string

Implements ilObjectCustomIconPresenter.

Definition at line 32 of file class.ilObjectCustomIconPresenterImpl.php.

32 : string
33 {
34 return $this->icon->getFullPath();
35 }

Field Documentation

◆ $icon

ilObjectCustomIconPresenterImpl::$icon = null
private

Definition at line 10 of file class.ilObjectCustomIconPresenterImpl.php.

Referenced by __construct().


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