ILIAS  release_8 Revision v8.24
ILIAS\WorkflowEngine\InternalService Class Reference
+ Collaboration diagram for ILIAS\WorkflowEngine\InternalService:

Public Member Functions

 __construct (Container $DIC)
 
 request ()
 

Protected Attributes

InternalRequestService $request
 

Detailed Description

Definition at line 25 of file class.InternalService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\WorkflowEngine\InternalService::__construct ( Container  $DIC)

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

30 {
31 $this->request = new InternalRequestService($DIC->http(), $DIC->refinery());
32 }
global $DIC
Definition: feed.php:28

References $DIC, and ILIAS\WorkflowEngine\InternalService\request().

+ Here is the call graph for this function:

Member Function Documentation

◆ request()

ILIAS\WorkflowEngine\InternalService::request ( )

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

34 : InternalRequestService
35 {
36 return $this->request;
37 }

References ILIAS\WorkflowEngine\InternalService\$request.

Referenced by ILIAS\WorkflowEngine\InternalService\__construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $request

InternalRequestService ILIAS\WorkflowEngine\InternalService::$request
protected

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