ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Category\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Category\InternalGUIService:

Public Member Functions

 __construct (DI\Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 
 standardRequest ()
 
 assignedRoleTableBuilder (int $ref_id, int $managed_user_id, int $managing_user_id, object $parent_gui, string $parent_cmd)
 

Data Fields

trait GlobalDICGUIServices
 

Protected Attributes

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.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Category\InternalGUIService::__construct ( DI\Container  $DIC,
InternalDataService  $data_service,
InternalDomainService  $domain_service 
)

Definition at line 37 of file class.InternalGUIService.php.

41 {
42 $this->data_service = $data_service;
43 $this->domain_service = $domain_service;
44 $this->initGUIServices($DIC);
45 }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26

References ILIAS\Category\InternalGUIService\$data_service, ILIAS\Category\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ assignedRoleTableBuilder()

ILIAS\Category\InternalGUIService::assignedRoleTableBuilder ( int  $ref_id,
int  $managed_user_id,
int  $managing_user_id,
object  $parent_gui,
string  $parent_cmd 
)

Definition at line 55 of file class.InternalGUIService.php.

61 : AssignRoleTableBuilder {
62 return new AssignRoleTableBuilder(
63 $this->domain_service,
64 $this,
65 $ref_id,
66 $managed_user_id,
67 $managing_user_id,
68 $parent_gui,
69 $parent_cmd
70 );
71 }
$ref_id
Definition: ltiauth.php:66

◆ standardRequest()

ILIAS\Category\InternalGUIService::standardRequest ( )

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

47 : StandardGUIRequest
48 {
49 return new StandardGUIRequest(
50 $this->http(),
51 $this->domain_service->refinery()
52 );
53 }
static http()
Fetches the global http state from ILIAS.

References ILIAS\FileDelivery\http().

+ Here is the call graph for this function:

Field Documentation

◆ $data_service

InternalDataService ILIAS\Category\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\Category\InternalGUIService::$domain_service
protected

◆ GlobalDICGUIServices

trait ILIAS\Repository::GlobalDICGUIServices
Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 43 of file trait.GlobalDICGUIServices.php.


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