26 protected \ILIAS\DI\UIServices
$ui;
27 protected \ilLanguage
$lng;
36 $this->
ui = $DIC->ui();
37 $this->
lng = $DIC->language();
39 $this->
user = $DIC->user();
41 $this->ui_wrapper =
new Server\UIWrapper($this->
ui, $this->
lng);
46 switch ($body[
"action"]) {
54 throw new Exception(
"Unknown action " . $body[
"action"]);
60 $page = $this->page_gui->getPageObject();
64 if (!in_array($body[
"after_pcid"], [
"",
"pg"])) {
65 $hier_ids = $page->getHierIdsForPCIds([$body[
"after_pcid"]]);
66 $hier_id = $hier_ids[$body[
"after_pcid"]];
67 $pc_id = $body[
"after_pcid"];
71 $ph = new \ilPCPlaceHolder($page);
72 $ph->create($page, $hier_id, $pc_id);
73 $ph->setHeight(
"300px");
77 $updated = $page->update();
79 return $this->ui_wrapper->sendPage($this->page_gui, $updated);
84 $page = $this->page_gui->getPageObject();
86 $hier_id = $page->getHierIdForPcId($body[
"pcid"]);
87 $ph = $page->getContentObjectForPcId($body[
"pcid"]);
88 $ph_gui = new \ilPCPlaceHolderGUI($page, $ph, $hier_id, $body[
"pcid"]);
89 $ph_gui->setPageConfig($page->getPageConfig());
91 $form = $ph_gui->initCreationForm();
95 if ($form->checkInput()) {
97 $form->getInput(
"plach_type")
99 $updated = $page->update();
102 return $this->ui_wrapper->sendPage($this->page_gui, $updated);
ilPageObjectGUI $page_gui
insertCommand(array $body)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Server UIWrapper $ui_wrapper
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(\ilPageObjectGUI $page_gui)
handle(array $query, array $body)
updateCommand(array $body)