ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Blog\Settings\GUIService Class Reference
+ Collaboration diagram for ILIAS\Blog\Settings\GUIService:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

33 {
34 }

Member Function Documentation

◆ blockSettingsGUI()

ILIAS\Blog\Settings\GUIService::blockSettingsGUI ( int  $obj_id,
bool  $in_repository 
)

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

47 : BlockSettingsGUI
48 {
49 return new BlockSettingsGUI(
50 $this->data,
51 $this->domain,
52 $this->gui,
53 $obj_id,
54 $in_repository
55 );
56 }

◆ settingsGUI()

ILIAS\Blog\Settings\GUIService::settingsGUI ( int  $obj_id,
bool  $in_repository 
)

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

36 : SettingsGUI
37 {
38 return new SettingsGUI(
39 $this->data,
40 $this->domain,
41 $this->gui,
42 $obj_id,
43 $in_repository
44 );
45 }

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