19 declare(strict_types=1);
28 protected \ilCtrlInterface
$ctrl;
52 $clone->parameters[$parameter->value] = $value;
56 public function get():
URI 58 $class = strtolower(\ilMDEditorGUI::class);
59 foreach ($this->parameters as
$key => $value) {
60 $this->
ctrl->setParameterByClass(
66 $link = ILIAS_HTTP_PATH .
'/' . $this->
ctrl->getLinkTargetByClass(
70 $this->
ctrl->clearParametersByClass($class);
71 return $this->data_factory->uri($link);
The scope of this class is split ilias-conform URI's into components.