ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)
 
 ilContributorTableGUI (\ilObjBlogGUI $parent_gui, string $cmd, array $roles)
 

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

◆ ilContributorTableGUI()

ILIAS\Blog\Contributor\GUIService::ilContributorTableGUI ( \ilObjBlogGUI  $parent_gui,
string  $cmd,
array  $roles 
)

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

55  {
56  return new \ilContributorTableGUI($this->domain_service->rbac()->review(), $parent_gui, $cmd, $roles);
57  }
List all contributors members of a blog.

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: