ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

References ILIAS\DI\Container\http(), ILIAS\DI\Container\refinery(), and ILIAS\WorkflowEngine\InternalService\request().

30  {
31  $this->request = new InternalRequestService($DIC->http(), $DIC->refinery());
32  }
global $DIC
Definition: feed.php:28
+ 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.

References ILIAS\WorkflowEngine\InternalService\$request.

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

34  : InternalRequestService
35  {
36  return $this->request;
37  }
+ 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: