ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\LearningModule\Editing\EditingGUIRequest Class Reference
+ Collaboration diagram for ILIAS\LearningModule\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 ()
 
 getObjId ()
 
 getActiveNode ()
 
 getToPage ()
 
 getToProps ()
 
 getRootId ()
 
 getGlossaryId ()
 
 getGlossaryRefId ()
 
 getMenuEntry ()
 
 getMenuEntries ()
 
 getLMMenuExpand ()
 
 getLMExpand ()
 
 getSearchRootExpand ()
 
 getNewType ()
 
 getBaseClass ()
 
 getTranslation ()
 
 getToTranslation ()
 
 getBackCmd ()
 
 getHierarchy ()
 
 getLangSwitchMode ()
 
 getLinkRefId ()
 
 getLMMoveCopy ()
 
 getTarget ()
 
 getFileId ()
 
 getStyleId ()
 
 getIds ()
 
 getLayout ()
 
 getTitles ()
 
 getFormat ()
 
 getUserQuestionIds ()
 
 getLMPublicMode ()
 
 getPublicPages ()
 
 getHFormPar (string $par)
 
 getHelpChap ()
 
 getExportIds ()
 
 getScreenIds ()
 
 getTooltipId ()
 
 getTooltipIds ()
 
 getTooltipComponent ()
 
 getTooltipTexts ()
 
 getShortTitles ()
 
 getImportLang ()
 
 getNodeId ()
 
 getMulti ()
 
 getFirstChild ()
 
 getSubType ()
 
 getEditId ()
 
 getTargetId ()
 
 getBefore ()
 

Data Fields

trait BaseGUIRequest
 Base gui request wrapper. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LearningModule\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.

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

◆ getActiveNode()

ILIAS\LearningModule\Editing\EditingGUIRequest::getActiveNode ( )

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

51 : int
52 {
53 return $this->int("active_node");
54 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getBackCmd()

ILIAS\LearningModule\Editing\EditingGUIRequest::getBackCmd ( )

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

128 : string
129 {
130 return $this->str("backcmd");
131 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getBaseClass()

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

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

112 : string
113 {
114 return $this->str("baseClass");
115 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getBefore()

ILIAS\LearningModule\Editing\EditingGUIRequest::getBefore ( )

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

292 : bool
293 {
294 return (bool) $this->int("before");
295 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getEditId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getEditId ( )

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

282 : int
283 {
284 return $this->int("edit_id");
285 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getExportIds()

ILIAS\LearningModule\Editing\EditingGUIRequest::getExportIds ( )
Returns
string[]

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

218 : array
219 {
220 return $this->strArray("exportid");
221 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getFileId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getFileId ( )

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

158 : string
159 {
160 return $this->str("file_id");
161 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getFirstChild()

ILIAS\LearningModule\Editing\EditingGUIRequest::getFirstChild ( )

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

272 : bool
273 {
274 return (bool) $this->int("first_child");
275 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFormat()

ILIAS\LearningModule\Editing\EditingGUIRequest::getFormat ( )

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

185 : string
186 {
187 return $this->str("format");
188 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getGlossaryId()

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

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getGlossaryRefId()

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

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getHelpChap()

ILIAS\LearningModule\Editing\EditingGUIRequest::getHelpChap ( )

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

212 : string
213 {
214 return $this->str("help_chap");
215 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHFormPar()

ILIAS\LearningModule\Editing\EditingGUIRequest::getHFormPar ( string  $par)

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

207 : string
208 {
209 return $this->str("il_hform_" . $par);
210 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHierarchy()

ILIAS\LearningModule\Editing\EditingGUIRequest::getHierarchy ( )

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

133 : bool
134 {
135 return (bool) $this->int("hierarchy");
136 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getIds()

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

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

169 : array
170 {
171 return $this->intArray("id");
172 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getImportLang()

ILIAS\LearningModule\Editing\EditingGUIRequest::getImportLang ( )

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

257 : string
258 {
259 return $this->str("import_lang");
260 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLangSwitchMode()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLangSwitchMode ( )

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

138 : string
139 {
140 return $this->str("lang_switch_mode");
141 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLayout()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLayout ( )

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

174 : string
175 {
176 return $this->str("layout");
177 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLinkRefId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLinkRefId ( )

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

143 : int
144 {
145 return $this->int("link_ref_id");
146 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLMExpand()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLMExpand ( )

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

97 : int
98 {
99 return $this->int("lmexpand");
100 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLMMenuExpand()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLMMenuExpand ( )

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

92 : int
93 {
94 return $this->int("lm_menu_expand");
95 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLMMoveCopy()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLMMoveCopy ( )

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

148 : bool
149 {
150 return (bool) $this->int("lmmovecopy");
151 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLMPublicMode()

ILIAS\LearningModule\Editing\EditingGUIRequest::getLMPublicMode ( )

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

196 : string
197 {
198 return $this->str("lm_public_mode");
199 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMenuEntries()

ILIAS\LearningModule\Editing\EditingGUIRequest::getMenuEntries ( )
Returns
int[]

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

87 : array
88 {
89 return $this->intArray("menu_entries");
90 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getMenuEntry()

ILIAS\LearningModule\Editing\EditingGUIRequest::getMenuEntry ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getMulti()

ILIAS\LearningModule\Editing\EditingGUIRequest::getMulti ( )

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

267 : int
268 {
269 return $this->int("multi");
270 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getNewType()

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

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

107 : string
108 {
109 return $this->str("new_type");
110 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNodeId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getNodeId ( )

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

262 : int
263 {
264 return $this->int("node_id");
265 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getObjId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getObjId ( )

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

46 : int
47 {
48 return $this->int("obj_id");
49 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPublicPages()

ILIAS\LearningModule\Editing\EditingGUIRequest::getPublicPages ( )
Returns
int[]

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

202 : array
203 {
204 return $this->intArray("pages");
205 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getRefId()

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

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getRootId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getRootId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getScreenIds()

ILIAS\LearningModule\Editing\EditingGUIRequest::getScreenIds ( )
Returns
string[]

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

224 : array
225 {
226 return $this->strArray("screen_ids");
227 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getSearchRootExpand()

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

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

102 : int
103 {
104 return $this->int("search_root_expand");
105 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getShortTitles()

ILIAS\LearningModule\Editing\EditingGUIRequest::getShortTitles ( )
Returns
string[]

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

252 : array
253 {
254 return $this->strArray("short_title");
255 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getStyleId()

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

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

163 : int
164 {
165 return $this->int("style_id");
166 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSubType()

ILIAS\LearningModule\Editing\EditingGUIRequest::getSubType ( )

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

277 : string
278 {
279 return $this->str("sub_type");
280 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTarget()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTarget ( )

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

153 : string
154 {
155 return $this->str("target");
156 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTargetId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTargetId ( )

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

287 : int
288 {
289 return $this->int("target_id");
290 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTitles()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTitles ( )
Returns
string[]

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

180 : array
181 {
182 return $this->strArray("title");
183 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getTooltipComponent()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTooltipComponent ( )

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

240 : string
241 {
242 return $this->str("help_tt_comp");
243 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTooltipId()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTooltipId ( )

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

229 : string
230 {
231 return $this->str("tooltip_id");
232 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTooltipIds()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTooltipIds ( )
Returns
string[]

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

235 : array
236 {
237 return $this->strArray("tt_id");
238 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getTooltipTexts()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTooltipTexts ( )
Returns
string[]

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

246 : array
247 {
248 return $this->strArray("text");
249 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getToPage()

ILIAS\LearningModule\Editing\EditingGUIRequest::getToPage ( )

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

56 : bool
57 {
58 return (bool) $this->int("to_page");
59 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getToProps()

ILIAS\LearningModule\Editing\EditingGUIRequest::getToProps ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getToTranslation()

ILIAS\LearningModule\Editing\EditingGUIRequest::getToTranslation ( )

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

122 : string
123 {
124 return $this->str("totransl");
125 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTranslation()

ILIAS\LearningModule\Editing\EditingGUIRequest::getTranslation ( )

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

117 : string
118 {
119 return $this->str("transl");
120 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserQuestionIds()

ILIAS\LearningModule\Editing\EditingGUIRequest::getUserQuestionIds ( )
Returns
string[]

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

191 : array
192 {
193 return $this->strArray("userquest_id");
194 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

Field Documentation

◆ BaseGUIRequest

trait ILIAS\Repository::BaseGUIRequest

Base gui request wrapper.

This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 33 of file trait.BaseGUIRequest.php.


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