ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Block\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\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\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.

References ILIAS\Repository\$passed_post_data, ILIAS\Repository\$passed_query_params, and ILIAS\Repository\initRequest().

39  {
40  $this->initRequest(
41  $http,
42  $refinery,
45  );
46  }
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.
$http
Definition: raiseError.php:7
Refinery Factory $refinery
+ Here is the call graph for this function:

Member Function Documentation

◆ getBlock()

ILIAS\Block\StandardGUIRequest::getBlock ( )

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

References ILIAS\Repository\str().

78  : string
79  {
80  return $this->str("block");
81  }
+ Here is the call graph for this function:

◆ getBlockId()

ILIAS\Block\StandardGUIRequest::getBlockId ( )

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

References ILIAS\Repository\str().

73  : string
74  {
75  return $this->str("block_id");
76  }
+ Here is the call graph for this function:

◆ getBlockType()

ILIAS\Block\StandardGUIRequest::getBlockType ( )

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

References ILIAS\Repository\str().

48  : string
49  {
50  return $this->str("block_type");
51  }
+ Here is the call graph for this function:

◆ getColSide()

ILIAS\Block\StandardGUIRequest::getColSide ( )

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

References ILIAS\Repository\str().

68  : string
69  {
70  return $this->str("col_side");
71  }
+ Here is the call graph for this function:

◆ getNavPage()

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

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

References ILIAS\Repository\str().

63  : string
64  {
65  return $this->str($par . "page");
66  }
+ Here is the call graph for this function:

◆ getNavPar()

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

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

References ILIAS\Repository\str().

58  : string
59  {
60  return $this->str($par);
61  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Block\StandardGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

53  : int
54  {
55  return $this->int("ref_id");
56  }
+ Here is the call graph for this function:

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