ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Glossary\Editing\EditingGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Glossary\Editing\EditingGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getTermId ()
 
 getDefinitionId ()
 
 getTaxNode ()
 
 getNewType ()
 
 getBaseClass ()
 
 getGlossaryRefId ()
 
 getSearchRootExpand ()
 
 getGlossaryId ()
 
 getForeignGlossaryRefId ()
 
 getStyleId ()
 
 getNewTerm ()
 
 getTermLanguage ()
 
 getFiles ()
 
 getIds ()
 
 getTermIds ()
 
 getTaxNodes ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Glossary\Editing\EditingGUIRequest::__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.EditingGUIRequest.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

◆ getBaseClass()

ILIAS\Glossary\Editing\EditingGUIRequest::getBaseClass ( )

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

References ILIAS\Repository\str().

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

◆ getDefinitionId()

ILIAS\Glossary\Editing\EditingGUIRequest::getDefinitionId ( )

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

References ILIAS\Repository\int().

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

◆ getFiles()

ILIAS\Glossary\Editing\EditingGUIRequest::getFiles ( )
Returns
string[]

Definition at line 113 of file class.EditingGUIRequest.php.

References ILIAS\Repository\strArray().

113  : array
114  {
115  return $this->strArray("file");
116  }
+ Here is the call graph for this function:

◆ getForeignGlossaryRefId()

ILIAS\Glossary\Editing\EditingGUIRequest::getForeignGlossaryRefId ( )

Definition at line 90 of file class.EditingGUIRequest.php.

References ILIAS\Repository\int().

90  : int
91  {
92  return $this->int("fglo_ref_id");
93  }
+ Here is the call graph for this function:

◆ getGlossaryId()

ILIAS\Glossary\Editing\EditingGUIRequest::getGlossaryId ( )

Definition at line 85 of file class.EditingGUIRequest.php.

References ILIAS\Repository\int().

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

◆ getGlossaryRefId()

ILIAS\Glossary\Editing\EditingGUIRequest::getGlossaryRefId ( )

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

References $id, and ILIAS\Repository\int().

71  : int
72  {
73  $id = $this->int("glo_ref_id");
74  if ($id == 0) {
75  $id = $this->int("root_id");
76  }
77  return $id;
78  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

◆ getIds()

ILIAS\Glossary\Editing\EditingGUIRequest::getIds ( )
Returns
int[]

Definition at line 121 of file class.EditingGUIRequest.php.

References ILIAS\Repository\intArray().

121  : array
122  {
123  return $this->intArray("id");
124  }
+ Here is the call graph for this function:

◆ getNewTerm()

ILIAS\Glossary\Editing\EditingGUIRequest::getNewTerm ( )

Definition at line 100 of file class.EditingGUIRequest.php.

References ILIAS\Repository\str().

100  : string
101  {
102  return trim($this->str("new_term"));
103  }
+ Here is the call graph for this function:

◆ getNewType()

ILIAS\Glossary\Editing\EditingGUIRequest::getNewType ( )

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

References ILIAS\Repository\str().

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

◆ getRefId()

ILIAS\Glossary\Editing\EditingGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

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

◆ getSearchRootExpand()

ILIAS\Glossary\Editing\EditingGUIRequest::getSearchRootExpand ( )

Definition at line 80 of file class.EditingGUIRequest.php.

References ILIAS\Repository\int().

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

◆ getStyleId()

ILIAS\Glossary\Editing\EditingGUIRequest::getStyleId ( )

Definition at line 95 of file class.EditingGUIRequest.php.

References ILIAS\Repository\int().

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

◆ getTaxNode()

ILIAS\Glossary\Editing\EditingGUIRequest::getTaxNode ( )

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

References ILIAS\Repository\int().

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

◆ getTaxNodes()

ILIAS\Glossary\Editing\EditingGUIRequest::getTaxNodes ( )
Returns
int[]

Definition at line 137 of file class.EditingGUIRequest.php.

References ILIAS\Repository\intArray().

137  : array
138  {
139  return $this->intArray("tax_node");
140  }
+ Here is the call graph for this function:

◆ getTermId()

ILIAS\Glossary\Editing\EditingGUIRequest::getTermId ( )

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

References ILIAS\Repository\int().

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

◆ getTermIds()

ILIAS\Glossary\Editing\EditingGUIRequest::getTermIds ( )
Returns
int[]

Definition at line 129 of file class.EditingGUIRequest.php.

References ILIAS\Repository\intArray().

129  : array
130  {
131  return $this->intArray("term_id");
132  }
+ Here is the call graph for this function:

◆ getTermLanguage()

ILIAS\Glossary\Editing\EditingGUIRequest::getTermLanguage ( )

Definition at line 105 of file class.EditingGUIRequest.php.

References ILIAS\Repository\str().

105  : string
106  {
107  return $this->str("term_language");
108  }
+ Here is the call graph for this function:

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