ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Glossary\Presentation\PresentationGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Glossary\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\Glossary\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.

32 {
33 $this->initRequest(
34 $http,
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.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ getBoxId()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getBoxId ( )

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

94 : int
95 {
96 return $this->int("box_id");
97 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getCurrentPage()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getCurrentPage ( )

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

99 : int
100 {
101 return $this->int("current_page");
102 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getDefinitionPageId()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getDefinitionPageId ( )

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

69 : int
70 {
71 return $this->int("pg_id");
72 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFileId()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getFileId ( )

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

59 : string
60 {
61 return $this->str("file_id");
62 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLetter()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getLetter ( )

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

89 : string
90 {
91 return $this->str("letter");
92 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMobId()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getMobId ( )

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

41 : int
42 {
43 return $this->int("mob_id");
44 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPageLength()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getPageLength ( )

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

104 : int
105 {
106 return $this->int("page_length");
107 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getRefId ( )

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

74 : int
75 {
76 return $this->int("ref_id");
77 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSearchString()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getSearchString ( )

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

64 : string
65 {
66 return $this->str("srcstring");
67 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTableAction()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getTableAction ( string  $key)
protected

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

54 : string
55 {
56 return $this->str($key);
57 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTableIds()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getTableIds ( string  $key)
protected
Returns
string[]

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

49 : array
50 {
51 return $this->strArray($key);
52 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getTaxNode()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getTaxNode ( )

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

84 : int
85 {
86 return $this->int("tax_node");
87 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTermId()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getTermId ( )

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

79 : int
80 {
81 return $this->int("term_id");
82 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getViewControlLength()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getViewControlLength ( )

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

114 : int
115 {
116 return $this->int("vc_length");
117 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getViewControlStart()

ILIAS\Glossary\Presentation\PresentationGUIRequest::getViewControlStart ( )

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

109 : int
110 {
111 return $this->int("vc_start");
112 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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