19 declare(strict_types=1);
38 $this->wrapper = $request->wrapper();
39 $this->request = $request->request();
44 return $this->
int(
'ref_id');
49 return $this->
str(
'letter');
54 return $this->
str(
'baseClass');
59 return $this->
str(
'search');
64 return $this->
int(
'jmpToUser');
69 return $this->
int(
'field_id');
74 return (
bool) $this->
int(
'fetchall');
79 return $this->
str(
'term');
84 if (!$this->wrapper->query()->has(
'spid') &&
85 !$this->wrapper->query()->has(
'start_point_id')) {
93 return $this->
int(
'start_point_id');
98 $role_id = $this->
int(
'rolid');
102 return $this->
int(
'role_id');
117 return $this->
int(
'field_type');
127 return $this->
str(
'selectedAction');
132 return $this->
bool(
'frsrch');
152 return $this->
str(
'export_type');
157 return $this->
str(
'sal_' . $gender .
'_' . $lang);
162 return $this->
str(
'subject_' . $lang);
167 return $this->
str(
'body_' . $lang);
172 return (
bool) $this->
int(
'att_' . $lang .
'_delete');
177 return (
bool) $this->
int(
'select_cmd_all');
187 return $this->
intArray(
'role_id_ctrl');
192 return $this->
int(
'filter');
197 return $this->
str(
'send_mail');
202 return $this->
str(
'passwd');
218 if ($source ===
'') {
222 $transformation = $this->
refinery->kindlyTo()->int();
229 if ($source ===
'') {
233 $transformation = $this->
refinery->kindlyTo()->bool();
237 private function str(
string $key): string
240 if ($source ===
'') {
244 $transformation = $this->
refinery->kindlyTo()->string();
251 if ($source ===
'') {
255 $transformation = $this->
refinery->custom()->transformation(
259 static function ($k, $v): array {
279 if ($source ===
'') {
283 $transformation = $this->
refinery->custom()->transformation(
288 static function ($k, $v): array {
289 return [$k, (
int) $v];
309 return $this->request->getParsedBody();
319 return $this->request->getMethod() ===
'POST';
328 if ($this->wrapper->post()->has($key)) {
332 if ($this->wrapper->query()->has($key)) {
341 if ($source ===
'query') {
342 return $this->wrapper->query()->retrieve($key, $transformation);
345 return $this->wrapper->post()->retrieve($key, $transformation);
getMailAttDelete(string $lang)
getDefaultSessionReminder()
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
existsInPostOrQuery(string $key)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getMailSubject(string $lang)
getFromQueryOrPost(string $key, Transformation $transformation, string $source)
__construct(RequestServices $request, private Refinery $refinery)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getMailBody(string $lang)
RequestInterface $request
getMailSalutation(string $gender, string $lang)