ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Accordion\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Accordion\StandardGUIRequest:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

32  {
33  $this->initRequest(
34  $http,
35  $refinery,
38  );
39  }
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

◆ getAction()

ILIAS\Accordion\StandardGUIRequest::getAction ( )

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

References ILIAS\Repository\str().

41  : string
42  {
43  return $this->str("act");
44  }
+ Here is the call graph for this function:

◆ getBlock()

ILIAS\Accordion\StandardGUIRequest::getBlock ( )

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

References ILIAS\Repository\str().

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

◆ getBlockId()

ILIAS\Accordion\StandardGUIRequest::getBlockId ( )

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

References ILIAS\Repository\str().

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

◆ getColSide()

ILIAS\Accordion\StandardGUIRequest::getColSide ( )

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

References ILIAS\Repository\str().

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

◆ getId()

ILIAS\Accordion\StandardGUIRequest::getId ( )

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

References ILIAS\Repository\str().

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

◆ getNavPage()

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

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

References ILIAS\Repository\str().

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

◆ getNavPar()

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

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

References ILIAS\Repository\str().

61  : string
62  {
63  return $this->str($par);
64  }
+ Here is the call graph for this function:

◆ getTabNr()

ILIAS\Accordion\StandardGUIRequest::getTabNr ( )

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

References ILIAS\Repository\str().

51  : string
52  {
53  return $this->str("tab_nr");
54  }
+ Here is the call graph for this function:

◆ getUserId()

ILIAS\Accordion\StandardGUIRequest::getUserId ( )

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

References ILIAS\Repository\int().

56  : int
57  {
58  return $this->int("user_id");
59  }
+ Here is the call graph for this function:

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