ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.StandardGUIRequest.php
Go to the documentation of this file.
1 <?php
2 
17 
19 
21 {
23 
24  public function __construct(
27  ?array $passed_query_params = null,
28  ?array $passed_post_data = null
29  ) {
30  $this->initRequest(
31  $http,
32  $refinery,
35  );
36  }
37 
38  public function getRedraw(): bool
39  {
40  return (bool) $this->int("rdrw");
41  }
42 }
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
trait BaseGUIRequest
Base gui request wrapper.
$http
Definition: raiseError.php:7
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Refinery Factory $refinery