ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getMobId ()
 
 getFileId ()
 
 getSearchString ()
 
 getDefinitionPageId ()
 
 getRefId ()
 
 getTermId ()
 
 getTaxNode ()
 
 getLetter ()
 
 getBoxId ()
 
 getCurrentPage ()
 
 getPageLength ()
 
 getViewControlStart ()
 
 getViewControlLength ()
 

Protected Member Functions

 getTableIds (string $key)
 
 getTableAction (string $key)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::__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.PresentationGUIRequest.php.

References ILIAS\Repository\initRequest().

32  {
33  $this->initRequest(
34  $http,
35  $refinery,
36  $passed_query_params,
37  $passed_post_data
38  );
39  }
$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.
+ Here is the call graph for this function:

Member Function Documentation

◆ getBoxId()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getBoxId ( )

Definition at line 94 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

94  : int
95  {
96  return $this->int("box_id");
97  }
+ Here is the call graph for this function:

◆ getCurrentPage()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getCurrentPage ( )

Definition at line 99 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

99  : int
100  {
101  return $this->int("current_page");
102  }
+ Here is the call graph for this function:

◆ getDefinitionPageId()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getDefinitionPageId ( )

Definition at line 69 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

69  : int
70  {
71  return $this->int("pg_id");
72  }
+ Here is the call graph for this function:

◆ getFileId()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getFileId ( )

Definition at line 59 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\str().

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

◆ getLetter()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getLetter ( )

Definition at line 89 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\str().

89  : string
90  {
91  return $this->str("letter");
92  }
+ Here is the call graph for this function:

◆ getMobId()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getMobId ( )

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

References ILIAS\Repository\int().

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

◆ getPageLength()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getPageLength ( )

Definition at line 104 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

104  : int
105  {
106  return $this->int("page_length");
107  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getRefId ( )

Definition at line 74 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

74  : int
75  {
76  return $this->int("ref_id");
77  }
+ Here is the call graph for this function:

◆ getSearchString()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getSearchString ( )

Definition at line 64 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\str().

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

◆ getTableAction()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getTableAction ( string  $key)
protected

Definition at line 54 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\str().

54  : string
55  {
56  return $this->str($key);
57  }
+ Here is the call graph for this function:

◆ getTableIds()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getTableIds ( string  $key)
protected
Returns
string[]

Definition at line 49 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\strArray().

49  : array
50  {
51  return $this->strArray($key);
52  }
+ Here is the call graph for this function:

◆ getTaxNode()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getTaxNode ( )

Definition at line 84 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

84  : int
85  {
86  return $this->int("tax_node");
87  }
+ Here is the call graph for this function:

◆ getTermId()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getTermId ( )

Definition at line 79 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

79  : int
80  {
81  return $this->int("term_id");
82  }
+ Here is the call graph for this function:

◆ getViewControlLength()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getViewControlLength ( )

Definition at line 114 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

114  : int
115  {
116  return $this->int("vc_length");
117  }
+ Here is the call graph for this function:

◆ getViewControlStart()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationGUIRequest::getViewControlStart ( )

Definition at line 109 of file class.PresentationGUIRequest.php.

References ILIAS\Repository\int().

109  : int
110  {
111  return $this->int("vc_start");
112  }
+ Here is the call graph for this function:

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