3 declare(strict_types=1);
42 $trash_ids = $this->
intArray(
"trash_id");
43 if (count($trash_ids) > 0) {
46 $trash_ids = $this->
str(
"trash_ids");
47 if ($trash_ids ===
"") {
51 return array_map(
'intval', explode(
",", $trash_ids));
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
trait BaseGUIRequest
Base gui request wrapper.
Refinery Factory $refinery