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

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getBlockType ()
 
 getRefId ()
 
 getNavPar (string $par)
 
 getNavPage (string $par)
 
 getColSide ()
 
 getBlockId ()
 
 getBlock ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Container\Block\StandardGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)
Parameters
string[]$passed_query_params
string[]$passed_post_data

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

39 {
40 $this->initRequest(
41 $http,
43 $passed_query_params,
44 $passed_post_data
45 );
46 }
$http
Definition: deliver.php:30
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

◆ getBlock()

ILIAS\Container\Block\StandardGUIRequest::getBlock ( )

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

78 : string
79 {
80 return $this->str("block");
81 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getBlockId()

ILIAS\Container\Block\StandardGUIRequest::getBlockId ( )

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

73 : string
74 {
75 return $this->str("block_id");
76 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getBlockType()

ILIAS\Container\Block\StandardGUIRequest::getBlockType ( )

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

48 : string
49 {
50 return $this->str("block_type");
51 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getColSide()

ILIAS\Container\Block\StandardGUIRequest::getColSide ( )

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

68 : string
69 {
70 return $this->str("col_side");
71 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNavPage()

ILIAS\Container\Block\StandardGUIRequest::getNavPage ( string  $par)

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

63 : string
64 {
65 return $this->str($par . "page");
66 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNavPar()

ILIAS\Container\Block\StandardGUIRequest::getNavPar ( string  $par)

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

58 : string
59 {
60 return $this->str($par);
61 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Container\Block\StandardGUIRequest::getRefId ( )

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

53 : int
54 {
55 return $this->int("ref_id");
56 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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