ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Blog\Presentation\GUIService Class Reference
+ Collaboration diagram for ILIAS\Blog\Presentation\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain, InternalGUIService $gui)
 
 util ()
 

Protected Attributes

InternalGUIService $gui
 
InternalDomainService $domain
 

Detailed Description

Definition at line 26 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\Presentation\GUIService::__construct ( InternalDomainService  $domain,
InternalGUIService  $gui 
)

Definition at line 31 of file class.GUIService.php.

References ILIAS\Blog\Presentation\GUIService\$domain, and ILIAS\Blog\Presentation\GUIService\$gui.

34  {
35  $this->domain = $domain;
36  $this->gui = $gui;
37  }

Member Function Documentation

◆ util()

ILIAS\Blog\Presentation\GUIService::util ( )

Definition at line 39 of file class.GUIService.php.

39  : Util
40  {
41  return new Util();
42  }

Field Documentation

◆ $domain

InternalDomainService ILIAS\Blog\Presentation\GUIService::$domain
protected

Definition at line 29 of file class.GUIService.php.

Referenced by ILIAS\Blog\Presentation\GUIService\__construct().

◆ $gui

InternalGUIService ILIAS\Blog\Presentation\GUIService::$gui
protected

Definition at line 28 of file class.GUIService.php.

Referenced by ILIAS\Blog\Presentation\GUIService\__construct().


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