3 declare(strict_types=1);
31 protected \ILIAS\DI\Container
$dic;
43 $this->
ctrl = $this->dic->ctrl();
44 $this->
lng = $this->dic->language();
45 $this->
access = $this->dic->access();
46 $this->rbacsystem = $this->dic->rbac()->system();
47 $ilCtrl = $this->dic->ctrl();
48 $lng = $this->dic->language();
54 $this->
setId(
"admsettemp" . $a_type);
60 $lng->
txt(
"adm_settings_templates") .
" - " .
71 "tpl.settings_template_row.html",
72 "Services/Administration" 75 if ($this->rbacsystem->checkAccess(
'write', $this->request->getRefId())) {
81 protected function fillRow(array $a_set): void
86 $ilCtrl->
setParameter($this->parent_obj,
"templ_id", $a_set[
"id"]);
87 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
90 if ($this->rbacsystem->checkAccess(
'write', $this->request->getRefId())) {
91 $this->tpl->setVariable(
"TXT_EDIT",
$lng->
txt(
"edit"));
92 $this->tpl->setVariable(
94 $ilCtrl->getLinkTarget($this->parent_obj,
"editSettingsTemplate")
97 $ilCtrl->setParameter($this->parent_obj,
"templ_id",
"");
SettingsTemplateGUIRequest $request
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
static translate(string $a_title_desc)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(object $a_parent_obj, string $a_parent_cmd, string $a_type)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static getAllSettingsTemplates(string $a_type, bool $a_include_auto_generated=false)
Get all settings templates of type.
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
Settings templates table.
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
addMultiCommand(string $a_cmd, string $a_text)