19 declare(strict_types=1);
51 ->retrieve(
"ref_id",
$container->refinery()->kindlyTo()->int());
66 $cmd = $this->
ctrl->getCmd();
67 $next_class = $this->
ctrl->getNextClass($this);
69 if (!$next_class && ($cmd ===
'create' || $cmd ===
'save')) {
73 switch ($next_class) {
74 case 'ilinfoscreengui':
75 parent::prepareOutput();
76 $this->tabs_gui->activateTab(
'info_short');
78 $this->
ctrl->forwardCommand($ilInfoScreenGUI);
81 parent::executeCommand();
87 $this->tabs_gui->activateTab(
'view_content');
89 $form = $this->md_handler->getDisabledEditForm(
91 $this->
object->getId(),
96 $this->tpl->setContent(
$form->render());
101 $form = parent::initEditForm();
109 $online->setInfo($this->
lng->txt(
'talt_activation_online_info'));
112 parent::initEditCustomForm($a_form);
117 $a_values[
'activation_online'] = !$this->
object->getOfflineStatus();
119 parent::getEditFormCustomValues($a_values);
125 $header->setParentForm($form);
126 $header->setTitle(
"Metadata");
128 $this->md_handler->attachSelectionToForm(
130 $this->
object->getId(),
136 parent::addExternalEditFormCustom($form);
141 $this->
object->setOfflineStatus(!$form->
getInput(
'activation_online'));
143 $this->md_handler->saveSelectionFromForm(
145 $this->
object->getId(),
151 parent::updateCustom($form);
159 $this->
ctrl->redirectByClass(strtolower(ilInfoScreenGUI::class),
"showSummary");
164 $read_access_ref_id = $this->rbacsystem->checkAccess(
'visible,read', $this->
object->getRefId());
165 if ($read_access_ref_id) {
166 $this->tabs_gui->addTab(
'view_content', $this->
lng->txt(
"content"), $this->
ctrl->getLinkTarget($this,
"view"));
167 $this->tabs_gui->addTab(
"info_short",
"Info", $this->
ctrl->getLinkTargetByClass(strtolower(ilInfoScreenGUI::class),
"showSummary"));
170 if ($this->rbacsystem->checkAccess(
'write', $this->object->getRefId(),
$this->type)) {
171 $this->tabs_gui->addTab(
'settings', $this->
lng->txt(
"settings"), $this->
ctrl->getLinkTarget($this,
"edit"));
182 parent::addAdminLocatorItems(
true);
184 $this->
ctrl->setParameterByClass(
185 strtolower(ilObjTalkTemplateAdministrationGUI::class),
190 $this->
lng->txt(
'obj_tala'),
191 $this->
ctrl->getLinkTargetByClass(
192 ilObjTalkTemplateAdministrationGUI::class,
193 ControlFlowCommand::INDEX
196 $this->
ctrl->clearParameterByClass(
197 strtolower(ilObjTalkTemplateAdministrationGUI::class),
205 $this->
ctrl->getLinkTargetByClass([
206 strtolower(ilAdministrationGUI::class),
207 strtolower(ilObjTalkTemplateAdministrationGUI::class),
208 strtolower(self::class),
209 ], ControlFlowCommand::INDEX)
213 public static function _goto(
string $refId):
void 222 $container->language()->txt(
"permission_denied"),
225 $container->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
227 $container->ctrl()->setParameterByClass(strtolower(self::class),
'ref_id', $refId);
229 strtolower(ilAdministrationGUI::class),
230 strtolower(ilObjTalkTemplateAdministrationGUI::class),
231 strtolower(self::class),
232 ], ControlFlowCommand::INDEX);
infoScreenObject()
infoScreen redirect handling of ObjListGUI
loadLanguageModule(string $a_module)
Load language module.
static _lookupObjId(int $ref_id)
addExternalEditFormCustom(ilPropertyFormGUI $form)
setCreationMode(bool $mode=true)
If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode...
Class ilObjTalkTemplateGUI.
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
static _lookupTitle(int $obj_id)
__construct(Container $dic, ilPlugin $plugin)
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
initEditCustomForm(ilPropertyFormGUI $a_form)
addAdminLocatorItems(bool $do_not_add_object=false)
getEditFormCustomValues(array &$a_values)
updateCustom(ilPropertyFormGUI $form)
MetadataHandlerInterface $md_handler