ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Blog\ReadingTime\GUIService Class Reference
+ Collaboration diagram for ILIAS\Blog\ReadingTime\GUIService:

Public Member Functions

 __construct (protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
 
 settingsGUI (int $obj_id)
 

Detailed Description

Definition at line 28 of file GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\ReadingTime\GUIService::__construct ( protected InternalDataService  $data,
protected InternalDomainService  $domain,
protected InternalGUIService  $gui 
)

Definition at line 30 of file GUIService.php.

34  {
35  }

Member Function Documentation

◆ settingsGUI()

ILIAS\Blog\ReadingTime\GUIService::settingsGUI ( int  $obj_id)

Definition at line 37 of file GUIService.php.

37  : BlogSettingsGUI
38  {
39  return new BlogSettingsGUI(
40  $obj_id
41  );
42  }

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