19 declare(strict_types=1);
45 protected function getMultiCommandPostArray(): array
50 $post_parameters = $DIC->http()->wrapper()->post();
51 $fake_post_array = [];
53 if ($post_parameters->has(
'table_top_cmd')) {
55 $multi_cmd = $post_parameters->retrieve(
66 $multi_value_key = $post_parameters->retrieve(
69 static function (
$post_array) use ($multi_cmd): ?
string {
77 $fake_post_array[$multi_value_key] =
78 $fake_post_array[$multi_value_key .
"_2"] =
79 $post_parameters->has($multi_value_key) ?
80 $post_parameters->retrieve($multi_value_key,
$refinery->to()->string()) :
84 return $fake_post_array;
95 protected function getSelectAllPostArray(): array
99 $transformation = $DIC->refinery()->kindlyTo()->bool();
100 $post_parameters = $DIC->http()->wrapper()->post();
102 'select_cmd_all' => $post_parameters->has(
'select_cmd_all') ?
103 $post_parameters->retrieve(
'select_cmd_all', $transformation) :
105 'select_cmd_all2' => $post_parameters->has(
'select_cmd_all2') ?
106 $post_parameters->retrieve(
'select_cmd_all2', $transformation) :
110 if ($post_parameters->has(
'select_cmd2')) {
111 if ($post_parameters->has(
'select_cmd_all2')) {
112 $fake_post_array[
"select_cmd_all"] = $fake_post_array[
"select_cmd_all2"];
114 $fake_post_array[
"select_cmd_all"] = $fake_post_array[
"select_cmd_all2"] =
false;
118 if ($post_parameters->has(
'select_cmd')) {
119 if ($post_parameters->has(
'select_cmd_all')) {
120 $fake_post_array[
"select_cmd_all2"] = $fake_post_array[
"select_cmd_all"];
122 $fake_post_array[
"select_cmd_all"] = $fake_post_array[
"select_cmd_all2"] =
false;
126 return $fake_post_array;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null