3 declare(strict_types=1);
    32         ?array $passed_query_params = null,
    33         ?array $passed_post_data = null
    45         return $this->
int(
"ref_id");
    50         return $this->
int(
"target_id");
    55         return $this->
int(
"creation_mode");
    60         return $this->
str(
"new_type");
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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...
 
trait BaseGUIRequest
Base gui request wrapper. 
 
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=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.