ILIAS  release_8 Revision v8.24
class.InternalRequestService.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
24
26{
28
29 protected array $params;
30
31 public function __construct(
32 \ILIAS\HTTP\Services $http,
33 \ILIAS\Refinery\Factory $refinery
34 ) {
35 $this->initRequest(
36 $http,
38 );
39 }
40
41 public function getRefId(): int
42 {
43 return $this->int("ref_id");
44 }
45
46 public function getProcessId(): string
47 {
48 return $this->str("process_id");
49 }
50
51 public function is_set(string $key): bool
52 {
53 return $this->str($key) !== "";
54 }
55}
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
string $key
Consumer key/client ID value.
Definition: System.php:193
Refinery Factory $refinery
trait BaseGUIRequest
Base gui request wrapper.
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.
$http
Definition: raiseError.php:7