ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\WorkflowEngine\InternalRequestService Class Reference
+ Collaboration diagram for ILIAS\WorkflowEngine\InternalRequestService:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getRefId ()
 
 getProcessId ()
 
 is_set (string $key)
 

Protected Attributes

array $params
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\WorkflowEngine\InternalRequestService::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 31 of file class.InternalRequestService.php.

References ILIAS\Repository\initRequest().

34  {
35  $this->initRequest(
36  $http,
37  $refinery
38  );
39  }
initRequest(HTTP\Services $http, Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Query params and post data parameters are used for testing.
$http
Definition: raiseError.php:7
Refinery Factory $refinery
+ Here is the call graph for this function:

Member Function Documentation

◆ getProcessId()

ILIAS\WorkflowEngine\InternalRequestService::getProcessId ( )

Definition at line 46 of file class.InternalRequestService.php.

References ILIAS\Repository\str().

46  : string
47  {
48  return $this->str("process_id");
49  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\WorkflowEngine\InternalRequestService::getRefId ( )

Definition at line 41 of file class.InternalRequestService.php.

References ILIAS\Repository\int().

41  : int
42  {
43  return $this->int("ref_id");
44  }
+ Here is the call graph for this function:

◆ is_set()

ILIAS\WorkflowEngine\InternalRequestService::is_set ( string  $key)

Definition at line 51 of file class.InternalRequestService.php.

References ILIAS\Repository\str().

51  : bool
52  {
53  return $this->str($key) !== "";
54  }
string $key
Consumer key/client ID value.
Definition: System.php:193
+ Here is the call graph for this function:

Field Documentation

◆ $params

array ILIAS\WorkflowEngine\InternalRequestService::$params
protected

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


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