ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\InfoScreen\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\InfoScreen\StandardGUIRequest:

Public Member Functions

 __construct (Services $http, Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getUserId ()
 
 getLPEdit ()
 

Data Fields

trait BaseGUIRequest
 Base gui request wrapper. More...
 

Detailed Description

Definition at line 27 of file class.StandardGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\InfoScreen\StandardGUIRequest::__construct ( Services  $http,
Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

Definition at line 31 of file class.StandardGUIRequest.php.

36 {
37 $this->initRequest(
38 $http,
40 $passed_query_params,
41 $passed_post_data
42 );
43 }
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.

References ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getLPEdit()

ILIAS\InfoScreen\StandardGUIRequest::getLPEdit ( )

Definition at line 50 of file class.StandardGUIRequest.php.

50 : int
51 {
52 return $this->int("lp_edit");
53 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserId()

ILIAS\InfoScreen\StandardGUIRequest::getUserId ( )

Definition at line 45 of file class.StandardGUIRequest.php.

45 : int
46 {
47 return $this->int("user_id");
48 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

Field Documentation

◆ BaseGUIRequest

trait ILIAS\Repository::BaseGUIRequest

Base gui request wrapper.

This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 33 of file trait.BaseGUIRequest.php.


The documentation for this class was generated from the following file: