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

Public Member Functions

 __construct (InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui)
 
 contributorTableBuilder (array $roles, object $parent_gui, string $parent_cmd)
 

Protected Attributes

InternalGUIService $gui
 
InternalDataService $data_service
 
InternalDomainService $domain_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\Contributor\GUIService::__construct ( InternalDataService  $data_service,
InternalDomainService  $domain_service,
InternalGUIService  $gui 
)

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

References ILIAS\Blog\Contributor\GUIService\$data_service, ILIAS\Blog\Contributor\GUIService\$domain_service, and ILIAS\Blog\Contributor\GUIService\$gui.

40  {
41  $this->data_service = $data_service;
42  $this->domain_service = $domain_service;
43  $this->gui = $gui;
44  }
InternalDomainService $domain_service

Member Function Documentation

◆ contributorTableBuilder()

ILIAS\Blog\Contributor\GUIService::contributorTableBuilder ( array  $roles,
object  $parent_gui,
string  $parent_cmd 
)

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

51  : ContributorTableBuilder {
52  return new ContributorTableBuilder(
53  $this->domain_service,
54  $this->gui,
55  $roles,
56  $parent_gui,
57  $parent_cmd
58  );
59  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Blog\Contributor\GUIService::$data_service
protected

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

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

◆ $domain_service

InternalDomainService ILIAS\Blog\Contributor\GUIService::$domain_service
protected

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

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

◆ $gui

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

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

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


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