ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ()
 
 getExportType ()
 
 getFileId ()
 
 getSearchString ()
 
 getDefinitionPageId ()
 
 getRefId ()
 
 getTermId ()
 
 getDefinitionId ()
 
 getTaxNode ()
 
 getLetter ()
 

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.

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

◆ getDefinitionId()

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

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

References ILIAS\Repository\int().

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

◆ getDefinitionPageId()

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

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

References ILIAS\Repository\int().

61  : int
62  {
63  return $this->int("pg_id");
64  }
+ Here is the call graph for this function:

◆ getExportType()

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

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

References ILIAS\Repository\str().

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

◆ getFileId()

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

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

References ILIAS\Repository\str().

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

◆ getLetter()

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

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

References ILIAS\Repository\str().

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

◆ getMobId()

ILIAS\Glossary\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:

◆ getRefId()

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

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

References ILIAS\Repository\int().

66  : int
67  {
68  return $this->int("ref_id");
69  }
+ Here is the call graph for this function:

◆ getSearchString()

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

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

References ILIAS\Repository\str().

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

◆ getTaxNode()

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

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

References ILIAS\Repository\int().

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

◆ getTermId()

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

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

References ILIAS\Repository\int().

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

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