ILIAS  release_8 Revision v8.24
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.

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

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

+ 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.

76 : int
77 {
78 return $this->int("def");
79 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getDefinitionPageId()

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

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

61 : int
62 {
63 return $this->int("pg_id");
64 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getExportType()

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

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

46 : string
47 {
48 return $this->str("type");
49 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getFileId()

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

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

51 : string
52 {
53 return $this->str("file_id");
54 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLetter()

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

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

86 : string
87 {
88 return $this->str("letter");
89 }

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:

◆ getRefId()

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

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

66 : int
67 {
68 return $this->int("ref_id");
69 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSearchString()

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

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

56 : string
57 {
58 return $this->str("srcstring");
59 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTaxNode()

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

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

81 : int
82 {
83 return $this->int("tax_node");
84 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTermId()

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

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

71 : int
72 {
73 return $this->int("term_id");
74 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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