ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilObjectCustomIconPresenterImpl Class Reference
+ Inheritance diagram for ilObjectCustomIconPresenterImpl:
+ Collaboration diagram for ilObjectCustomIconPresenterImpl:

Public Member Functions

 __construct (ilObjectCustomIcon $icon)
 
 exists ()
 
 getFullPath ()
 

Private Attributes

ilObjectCustomIcon $icon
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilObjectCustomIconPresenterImpl::__construct ( ilObjectCustomIcon  $icon)

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

References $icon.

26  {
27  $this->icon = $icon;
28  }

Member Function Documentation

◆ exists()

ilObjectCustomIconPresenterImpl::exists ( )

Implements ilObjectCustomIconPresenter.

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

30  : bool
31  {
32  return $this->icon->exists();
33  }

◆ getFullPath()

ilObjectCustomIconPresenterImpl::getFullPath ( )

Implements ilObjectCustomIconPresenter.

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

35  : string
36  {
37  return $this->icon->getFullPath();
38  }

Field Documentation

◆ $icon

ilObjectCustomIcon ilObjectCustomIconPresenterImpl::$icon
private

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

Referenced by __construct().


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