19 declare(strict_types=1);
41 return $this->
int(
"ref_id");
46 return $this->
int(
"item_ref_id");
51 return $this->
str(
"redirectSource");
56 return $this->
str(
"new_type");
61 return $this->
str(
"type");
66 return $this->
str(
"baseClass");
72 if ($this->
int(
"item_ref_id") > 0) {
73 $ids = [$this->
int(
"item_ref_id")];
82 return $this->
int(
"clone_source");
87 return $this->
int(
"cmdrefid");
92 return $this->
int(
"child_ref_id");
97 return $this->
int(
"parent_ref_id");
102 return $this->
int(
"expand");
107 return $this->
str(
"act");
112 return $this->
str(
"cont_block_id");
117 if ($this->
http->wrapper()->query()->has(
'crs_prev_sess')) {
118 return $this->
int(
"crs_prev_sess");
125 if ($this->
http->wrapper()->query()->has(
'crs_next_sess')) {
126 return $this->
int(
"crs_next_sess");
133 return $this->
int(
"oobj");
139 if ($this->
int(
"node") > 0) {
140 return [$this->
int(
"node")];
154 $body = $this->
http->request()->getParsedBody();
155 return $body[
"position"] ?? [];
169 $ref_ids =
array_map(
static function (
string $i):
int {
170 $parts = explode(
"_", $i);
190 return $this->
str(
"cmdClass");
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Interface Observer Contains several chained tasks and infos about them.
trait BaseGUIRequest
Base gui request wrapper.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
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.
static http()
Fetches the global http state from ILIAS.
getAlreadyRenderedRefIds()
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)