ILIAS  release_8 Revision v8.24
ILIAS\Wiki\Editing\EditingGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Wiki\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 ()
 
 getOldNr ()
 
 getUserId ()
 
 getWikiPageId ()
 
 getWikiPageIds ()
 
 getNotification ()
 
 getAssignmentId ()
 
 getWithComments ()
 
 getPage ()
 
 getFromPage ()
 
 getNewType ()
 
 getSearchString ()
 
 getSearchTerm ()
 
 getTerm ()
 
 getUserIds ()
 
 getMarks ()
 
 getComments ()
 
 getStatus ()
 
 getImportantPageId ()
 
 getImportantPageIds ()
 
 getPrintOrdering ()
 
 getStyleId ()
 
 getImportantPageOrdering ()
 
 getImportantPageIndentation ()
 
 getFormat ()
 
 getPageTemplateId ()
 
 getObjId ()
 
 getSelectedPrintType ()
 
 getIds ()
 
 getAllIds ()
 
 getNewPages ()
 
 getAddToPage ()
 
 getEmptyPageTemplate ()
 
 getStatFig ()
 
 getStatTfr ()
 
 getStatScp ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Wiki\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,
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

◆ getAddToPage()

ILIAS\Wiki\Editing\EditingGUIRequest::getAddToPage ( )
Returns
int[]

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

211 : array
212 {
213 return $this->intArray("add_to_page");
214 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getAllIds()

ILIAS\Wiki\Editing\EditingGUIRequest::getAllIds ( )
Returns
int[]

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

199 : array
200 {
201 return $this->intArray("all_ids");
202 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getAssignmentId()

ILIAS\Wiki\Editing\EditingGUIRequest::getAssignmentId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getComments()

ILIAS\Wiki\Editing\EditingGUIRequest::getComments ( )
Returns
string[]

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

125 : array
126 {
127 return $this->strArray("lcomment");
128 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getEmptyPageTemplate()

ILIAS\Wiki\Editing\EditingGUIRequest::getEmptyPageTemplate ( )

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

216 : int
217 {
218 return $this->int("empty_page_templ");
219 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFormat()

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

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

168 : string
169 {
170 return trim($this->str("format"));
171 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getFromPage()

ILIAS\Wiki\Editing\EditingGUIRequest::getFromPage ( )

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

87 : string
88 {
89 return (string) $this->raw("from_page");
90 }

References ILIAS\Repository\raw().

+ Here is the call graph for this function:

◆ getIds()

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

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

193 : array
194 {
195 return $this->intArray("id");
196 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getImportantPageId()

ILIAS\Wiki\Editing\EditingGUIRequest::getImportantPageId ( )

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

136 : int
137 {
138 return $this->int("imp_page_id");
139 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getImportantPageIds()

ILIAS\Wiki\Editing\EditingGUIRequest::getImportantPageIds ( )
Returns
int[]

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

142 : array
143 {
144 return $this->intArray("imp_page_id");
145 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getImportantPageIndentation()

ILIAS\Wiki\Editing\EditingGUIRequest::getImportantPageIndentation ( )

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

163 : array
164 {
165 return $this->intArray("indent");
166 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getImportantPageOrdering()

ILIAS\Wiki\Editing\EditingGUIRequest::getImportantPageOrdering ( )

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

158 : array
159 {
160 return $this->intArray("ord");
161 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getMarks()

ILIAS\Wiki\Editing\EditingGUIRequest::getMarks ( )
Returns
string[]

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

119 : array
120 {
121 return $this->strArray("mark");
122 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getNewPages()

ILIAS\Wiki\Editing\EditingGUIRequest::getNewPages ( )
Returns
int[]

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

205 : array
206 {
207 return $this->intArray("new_pages");
208 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getNewType()

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

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

92 : string
93 {
94 return $this->str("new_type");
95 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNotification()

ILIAS\Wiki\Editing\EditingGUIRequest::getNotification ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getObjId()

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

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

182 : int
183 {
184 return $this->int("obj_id");
185 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getOldNr()

ILIAS\Wiki\Editing\EditingGUIRequest::getOldNr ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPage()

ILIAS\Wiki\Editing\EditingGUIRequest::getPage ( )

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

82 : string
83 {
84 return (string) $this->raw("page");
85 }

References ILIAS\Repository\raw().

+ Here is the call graph for this function:

◆ getPageTemplateId()

ILIAS\Wiki\Editing\EditingGUIRequest::getPageTemplateId ( )

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

173 : int
174 {
175 $templ_id = $this->int("page_templ");
176 if ($templ_id === 0) {
177 $templ_id = $this->int("templ_page_id");
178 }
179 return $templ_id;
180 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPrintOrdering()

ILIAS\Wiki\Editing\EditingGUIRequest::getPrintOrdering ( )
Returns
int[]

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

148 : array
149 {
150 return $this->intArray("wordr");
151 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getRefId()

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

◆ getSearchString()

ILIAS\Wiki\Editing\EditingGUIRequest::getSearchString ( )

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

97 : string
98 {
99 return $this->str("srcstring");
100 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getSearchTerm()

ILIAS\Wiki\Editing\EditingGUIRequest::getSearchTerm ( )

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

102 : string
103 {
104 return trim($this->str("search_term"));
105 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getSelectedPrintType()

ILIAS\Wiki\Editing\EditingGUIRequest::getSelectedPrintType ( )

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

187 : string
188 {
189 return $this->str("sel_type");
190 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getStatFig()

ILIAS\Wiki\Editing\EditingGUIRequest::getStatFig ( )

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

221 : int
222 {
223 return $this->int("fig");
224 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getStatScp()

ILIAS\Wiki\Editing\EditingGUIRequest::getStatScp ( )

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

231 : int
232 {
233 return $this->int("scp");
234 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getStatTfr()

ILIAS\Wiki\Editing\EditingGUIRequest::getStatTfr ( )

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

226 : string
227 {
228 return $this->str("tfr");
229 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getStatus()

ILIAS\Wiki\Editing\EditingGUIRequest::getStatus ( )
Returns
string[]

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

131 : array
132 {
133 return $this->strArray("status");
134 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getStyleId()

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

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

153 : int
154 {
155 return $this->int("style_id");
156 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Wiki\Editing\EditingGUIRequest::getTerm ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserId()

ILIAS\Wiki\Editing\EditingGUIRequest::getUserId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserIds()

ILIAS\Wiki\Editing\EditingGUIRequest::getUserIds ( )
Returns
int[]

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

113 : array
114 {
115 return $this->intArray("user_id");
116 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getWikiPageId()

ILIAS\Wiki\Editing\EditingGUIRequest::getWikiPageId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getWikiPageIds()

ILIAS\Wiki\Editing\EditingGUIRequest::getWikiPageIds ( )
Returns
int[]

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

62 : array
63 {
64 return $this->intArray("obj_id");
65 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getWithComments()

ILIAS\Wiki\Editing\EditingGUIRequest::getWithComments ( )

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

77 : bool
78 {
79 return $this->int("with_comments");
80 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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