3 declare(strict_types=1);
    34         ?array $passed_query_params = null,
    35         ?array $passed_post_data = null
    47         return $this->
int(
"user_id");
    52         return $this->
int(
"lp_edit");
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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. 
 
__construct(Services $http, Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...