ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ()
 

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.

References ILIAS\Repository\initRequest().

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

References ILIAS\Repository\int().

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

◆ getBackCmd()

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

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

References ILIAS\Repository\str().

128  : string
129  {
130  return $this->str("backcmd");
131  }
+ Here is the call graph for this function:

◆ getBaseClass()

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

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

References ILIAS\Repository\str().

112  : string
113  {
114  return $this->str("baseClass");
115  }
+ Here is the call graph for this function:

◆ getBefore()

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

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

References ILIAS\Repository\int().

292  : bool
293  {
294  return (bool) $this->int("before");
295  }
+ Here is the call graph for this function:

◆ getEditId()

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

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

References ILIAS\Repository\int().

282  : int
283  {
284  return $this->int("edit_id");
285  }
+ 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.

References ILIAS\Repository\strArray().

218  : array
219  {
220  return $this->strArray("exportid");
221  }
+ Here is the call graph for this function:

◆ getFileId()

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

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

References ILIAS\Repository\str().

158  : string
159  {
160  return $this->str("file_id");
161  }
+ Here is the call graph for this function:

◆ getFirstChild()

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

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

References ILIAS\Repository\int().

272  : bool
273  {
274  return (bool) $this->int("first_child");
275  }
+ Here is the call graph for this function:

◆ getFormat()

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

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

References ILIAS\Repository\str().

185  : string
186  {
187  return $this->str("format");
188  }
+ Here is the call graph for this function:

◆ getGlossaryId()

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

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

References ILIAS\Repository\int().

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

◆ getGlossaryRefId()

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

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

References ILIAS\Repository\int().

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

◆ getHelpChap()

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

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

References ILIAS\Repository\str().

212  : string
213  {
214  return $this->str("help_chap");
215  }
+ 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.

References ILIAS\Repository\str().

207  : string
208  {
209  return $this->str("il_hform_" . $par);
210  }
+ Here is the call graph for this function:

◆ getHierarchy()

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

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

References ILIAS\Repository\int().

133  : bool
134  {
135  return (bool) $this->int("hierarchy");
136  }
+ 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.

References ILIAS\Repository\intArray().

169  : array
170  {
171  return $this->intArray("id");
172  }
+ Here is the call graph for this function:

◆ getImportLang()

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

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

References ILIAS\Repository\str().

257  : string
258  {
259  return $this->str("import_lang");
260  }
+ Here is the call graph for this function:

◆ getLangSwitchMode()

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

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

References ILIAS\Repository\str().

138  : string
139  {
140  return $this->str("lang_switch_mode");
141  }
+ Here is the call graph for this function:

◆ getLayout()

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

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

References ILIAS\Repository\str().

174  : string
175  {
176  return $this->str("layout");
177  }
+ Here is the call graph for this function:

◆ getLinkRefId()

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

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

References ILIAS\Repository\int().

143  : int
144  {
145  return $this->int("link_ref_id");
146  }
+ Here is the call graph for this function:

◆ getLMExpand()

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

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

References ILIAS\Repository\int().

97  : int
98  {
99  return $this->int("lmexpand");
100  }
+ Here is the call graph for this function:

◆ getLMMenuExpand()

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

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

References ILIAS\Repository\int().

92  : int
93  {
94  return $this->int("lm_menu_expand");
95  }
+ Here is the call graph for this function:

◆ getLMMoveCopy()

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

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

References ILIAS\Repository\int().

148  : bool
149  {
150  return (bool) $this->int("lmmovecopy");
151  }
+ Here is the call graph for this function:

◆ getLMPublicMode()

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

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

References ILIAS\Repository\str().

196  : string
197  {
198  return $this->str("lm_public_mode");
199  }
+ 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.

References ILIAS\Repository\intArray().

87  : array
88  {
89  return $this->intArray("menu_entries");
90  }
+ Here is the call graph for this function:

◆ getMenuEntry()

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

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

References ILIAS\Repository\int().

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

◆ getMulti()

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

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

References ILIAS\Repository\int().

267  : int
268  {
269  return $this->int("multi");
270  }
+ Here is the call graph for this function:

◆ getNewType()

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

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

References ILIAS\Repository\str().

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

◆ getNodeId()

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

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

References ILIAS\Repository\int().

262  : int
263  {
264  return $this->int("node_id");
265  }
+ Here is the call graph for this function:

◆ getObjId()

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

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

References ILIAS\Repository\int().

46  : int
47  {
48  return $this->int("obj_id");
49  }
+ 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.

References ILIAS\Repository\intArray().

202  : array
203  {
204  return $this->intArray("pages");
205  }
+ Here is the call graph for this function:

◆ getRefId()

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

◆ getRootId()

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

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

References ILIAS\Repository\int().

66  : int
67  {
68  return $this->int("root_id");
69  }
+ 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.

References ILIAS\Repository\strArray().

224  : array
225  {
226  return $this->strArray("screen_ids");
227  }
+ Here is the call graph for this function:

◆ getSearchRootExpand()

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

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

References ILIAS\Repository\int().

102  : int
103  {
104  return $this->int("search_root_expand");
105  }
+ 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.

References ILIAS\Repository\strArray().

252  : array
253  {
254  return $this->strArray("short_title");
255  }
+ Here is the call graph for this function:

◆ getStyleId()

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

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

References ILIAS\Repository\int().

163  : int
164  {
165  return $this->int("style_id");
166  }
+ Here is the call graph for this function:

◆ getSubType()

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

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

References ILIAS\Repository\str().

277  : string
278  {
279  return $this->str("sub_type");
280  }
+ Here is the call graph for this function:

◆ getTarget()

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

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

References ILIAS\Repository\str().

153  : string
154  {
155  return $this->str("target");
156  }
+ Here is the call graph for this function:

◆ getTargetId()

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

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

References ILIAS\Repository\int().

287  : int
288  {
289  return $this->int("target_id");
290  }
+ 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.

References ILIAS\Repository\strArray().

180  : array
181  {
182  return $this->strArray("title");
183  }
+ Here is the call graph for this function:

◆ getTooltipComponent()

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

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

References ILIAS\Repository\str().

240  : string
241  {
242  return $this->str("help_tt_comp");
243  }
+ Here is the call graph for this function:

◆ getTooltipId()

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

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

References ILIAS\Repository\str().

229  : string
230  {
231  return $this->str("tooltip_id");
232  }
+ 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.

References ILIAS\Repository\strArray().

235  : array
236  {
237  return $this->strArray("tt_id");
238  }
+ 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.

References ILIAS\Repository\strArray().

246  : array
247  {
248  return $this->strArray("text");
249  }
+ Here is the call graph for this function:

◆ getToPage()

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

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

References ILIAS\Repository\int().

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

◆ getToProps()

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

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

References ILIAS\Repository\int().

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

◆ getToTranslation()

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

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

References ILIAS\Repository\str().

Referenced by ilObjContentObjectGUI\getMultiLangHeader().

122  : string
123  {
124  return $this->str("totransl");
125  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getTranslation()

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

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

References ILIAS\Repository\str().

Referenced by ilObjContentObjectGUI\getMultiLangHeader().

117  : string
118  {
119  return $this->str("transl");
120  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getUserQuestionIds()

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

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

References ILIAS\Repository\strArray().

191  : array
192  {
193  return $this->strArray("userquest_id");
194  }
+ Here is the call graph for this function:

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