19 declare(strict_types=1);
50 if (isset($this->http_wrapper)) {
56 $this->dic->refinery()
62 return \ilMDSettings::_getInstance();
67 if (isset($this->request_parser)) {
71 return $this->request_parser =
new RequestParser($this->
httpWrapper());
76 if (isset($this->request_processor)) {
Customizing of pimple-DIC for ILIAS.