3 declare(strict_types=1);
37 ?array $passed_query_params = null,
38 ?array $passed_post_data = null
50 return $this->
str(
"block_type");
55 return $this->
int(
"ref_id");
60 return $this->
str($par);
65 return $this->
str($par .
"page");
70 return $this->
str(
"col_side");
75 return $this->
str(
"block_id");
80 return $this->
str(
"block");
Interface Observer Contains several chained tasks and infos about them.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
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.