ILIAS  release_8 Revision v8.24
ILIAS\User\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\User\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getLetter ()
 
 getBaseClass ()
 
 getSearch ()
 
 getJumpToUser ()
 
 getFieldId ()
 
 getFetchAll ()
 
 getTerm ()
 
 getStartingPointId ()
 
 getRoleId ()
 
 getActionActive ()
 
 getIds ()
 
 getChecked ()
 
 getFieldType ()
 
 getFields ()
 
 getSelectedAction ()
 
 getFrSearch ()
 
 getSelect ()
 
 getFiles ()
 
 getExportType ()
 
 getMailSalutation (string $gender, string $lang)
 
 getMailSubject (string $lang)
 
 getMailBody (string $lang)
 
 getMailAttDelete (string $lang)
 
 getSelectAll ()
 
 getRoleIds ()
 
 getPostedRoleIds ()
 
 getFilteredRoles ()
 
 getSendMail ()
 
 getPassword ()
 
 getUDFs ()
 
 getPositions ()
 
 getCurrentPassword ()
 
 getNewPassword ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\User\StandardGUIRequest::__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.StandardGUIRequest.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

◆ getActionActive()

ILIAS\User\StandardGUIRequest::getActionActive ( )

Definition at line 99 of file class.StandardGUIRequest.php.

99 : array // Missing array type.
100 {
101 return $this->intArray("active");
102 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getBaseClass()

ILIAS\User\StandardGUIRequest::getBaseClass ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getChecked()

ILIAS\User\StandardGUIRequest::getChecked ( )

Definition at line 109 of file class.StandardGUIRequest.php.

109 : array // Missing array type.
110 {
111 return $this->intArray("chb");
112 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getCurrentPassword()

ILIAS\User\StandardGUIRequest::getCurrentPassword ( )

Definition at line 209 of file class.StandardGUIRequest.php.

209 : string
210 {
211 return $this->str("current_password");
212 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getExportType()

ILIAS\User\StandardGUIRequest::getExportType ( )

Definition at line 144 of file class.StandardGUIRequest.php.

144 : string
145 {
146 return $this->str("export_type");
147 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getFetchAll()

ILIAS\User\StandardGUIRequest::getFetchAll ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFieldId()

ILIAS\User\StandardGUIRequest::getFieldId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFields()

ILIAS\User\StandardGUIRequest::getFields ( )

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

119 : array // Missing array type.
120 {
121 return $this->intArray("fields");
122 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getFieldType()

ILIAS\User\StandardGUIRequest::getFieldType ( )

Definition at line 114 of file class.StandardGUIRequest.php.

114 : int
115 {
116 return $this->int("field_type");
117 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFiles()

ILIAS\User\StandardGUIRequest::getFiles ( )

Definition at line 139 of file class.StandardGUIRequest.php.

139 : array // Missing array type.
140 {
141 return $this->strArray("file");
142 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getFilteredRoles()

ILIAS\User\StandardGUIRequest::getFilteredRoles ( )

Definition at line 184 of file class.StandardGUIRequest.php.

184 : int
185 {
186 return $this->int("filter");
187 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFrSearch()

ILIAS\User\StandardGUIRequest::getFrSearch ( )

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

129 : bool
130 {
131 return $this->int("frsrch");
132 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getIds()

ILIAS\User\StandardGUIRequest::getIds ( )

Definition at line 104 of file class.StandardGUIRequest.php.

104 : array // Missing array type.
105 {
106 return $this->intArray("id");
107 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getJumpToUser()

ILIAS\User\StandardGUIRequest::getJumpToUser ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLetter()

ILIAS\User\StandardGUIRequest::getLetter ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMailAttDelete()

ILIAS\User\StandardGUIRequest::getMailAttDelete ( string  $lang)

Definition at line 164 of file class.StandardGUIRequest.php.

164 : bool
165 {
166 return (bool) $this->int("att_" . $lang . "_delete");
167 }
$lang
Definition: xapiexit.php:26

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getMailBody()

ILIAS\User\StandardGUIRequest::getMailBody ( string  $lang)

Definition at line 159 of file class.StandardGUIRequest.php.

159 : string
160 {
161 return $this->str("body_" . $lang);
162 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMailSalutation()

ILIAS\User\StandardGUIRequest::getMailSalutation ( string  $gender,
string  $lang 
)

Definition at line 149 of file class.StandardGUIRequest.php.

149 : string
150 {
151 return $this->str("sal_" . $gender . "_" . $lang);
152 }

References $lang, and ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMailSubject()

ILIAS\User\StandardGUIRequest::getMailSubject ( string  $lang)

Definition at line 154 of file class.StandardGUIRequest.php.

154 : string
155 {
156 return $this->str("subject_" . $lang);
157 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNewPassword()

ILIAS\User\StandardGUIRequest::getNewPassword ( )

Definition at line 214 of file class.StandardGUIRequest.php.

214 : string
215 {
216 return $this->str("new_password");
217 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPassword()

ILIAS\User\StandardGUIRequest::getPassword ( )

Definition at line 194 of file class.StandardGUIRequest.php.

194 : string
195 {
196 return $this->str("passwd");
197 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPositions()

ILIAS\User\StandardGUIRequest::getPositions ( )

Definition at line 204 of file class.StandardGUIRequest.php.

204 : array // Missing array type.
205 {
206 return $this->intArray("position");
207 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getPostedRoleIds()

ILIAS\User\StandardGUIRequest::getPostedRoleIds ( )

Definition at line 179 of file class.StandardGUIRequest.php.

179 : array // Missing array type.
180 {
181 return $this->intArray("role_id_ctrl");
182 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\User\StandardGUIRequest::getRefId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getRoleId()

ILIAS\User\StandardGUIRequest::getRoleId ( )

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

90 : string
91 {
92 $role_id = $this->str("rolid");
93 if ($role_id === '0' || $role_id === '') {
94 $role_id = $this->str("role_id");
95 }
96 return $role_id;
97 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRoleIds()

ILIAS\User\StandardGUIRequest::getRoleIds ( )

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

174 : array // Missing array type.
175 {
176 return $this->intArray("role_id");
177 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getSearch()

ILIAS\User\StandardGUIRequest::getSearch ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getSelect()

ILIAS\User\StandardGUIRequest::getSelect ( )

Definition at line 134 of file class.StandardGUIRequest.php.

134 : array // Missing array type.
135 {
136 return $this->strArray("select");
137 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getSelectAll()

ILIAS\User\StandardGUIRequest::getSelectAll ( )

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

169 : bool
170 {
171 return (bool) $this->int("select_cmd_all");
172 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSelectedAction()

ILIAS\User\StandardGUIRequest::getSelectedAction ( )

Definition at line 124 of file class.StandardGUIRequest.php.

124 : string
125 {
126 return $this->str("selectedAction");
127 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getSendMail()

ILIAS\User\StandardGUIRequest::getSendMail ( )

Definition at line 189 of file class.StandardGUIRequest.php.

189 : string
190 {
191 return $this->str("send_mail");
192 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getStartingPointId()

ILIAS\User\StandardGUIRequest::getStartingPointId ( )

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

81 : string
82 {
83 $id = $this->str("spid");
84 if ($id === '0' || $id === '') {
85 $id = $this->str("start_point_id");
86 }
87 return $id;
88 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

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

+ Here is the call graph for this function:

◆ getTerm()

ILIAS\User\StandardGUIRequest::getTerm ( )

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

76 : string
77 {
78 return $this->str("term");
79 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUDFs()

ILIAS\User\StandardGUIRequest::getUDFs ( )

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

199 : array // Missing array type.
200 {
201 return $this->strArray("udf");
202 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

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