19 declare(strict_types=1);
33 bool $a_call_by_reference =
true,
34 bool $a_prepare_output =
true 38 $this->
lng = $DIC->language();
40 $this->
ctrl = $DIC->ctrl();
44 $this->
lng->loadLanguageModule(
"blog");
49 $next_class = $this->
ctrl->getNextClass($this);
50 $cmd = $this->
ctrl->getCmd();
54 switch ($next_class) {
55 case 'ilpermissiongui':
56 $this->tabs_gui->setTabActive(
'perm_settings');
58 $this->
ctrl->forwardCommand($perm_gui);
62 if (!$cmd || $cmd ===
'view') {
63 $cmd =
"editSettings";
74 $this->tabs_gui->addTarget(
76 $this->
ctrl->getLinkTarget($this,
"editSettings"),
77 array(
"editSettings",
"view")
82 $this->tabs_gui->addTarget(
84 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm"),
96 $this->tabs_gui->setTabActive(
'settings');
99 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"blog_admin_toggle_info"));
101 $this->tpl->setOnScreenMessage(
'info',
$lng->
txt(
"blog_admin_inactive_info"));
107 $this->tpl->setContent($a_form->getHTML());
117 if ($form->checkInput()) {
120 $blga_set->set(
"mask", (
string) (
bool) $form->getInput(
"mask"));
121 $blga_set->set(
"est_reading_time", (
string) (
bool) $form->getInput(
"est_reading_time"));
123 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
124 $ilCtrl->redirect($this,
"editSettings");
127 $form->setValuesByPost();
143 $form->setFormAction($this->
ctrl->getFormAction($this));
144 $form->setTitle($this->
lng->txt(
'blog_settings'));
147 $form->addCommandButton(
'saveSettings', $this->
lng->txt(
'save'));
148 $form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
154 $lng->
txt(
"blog_est_reading_time"),
157 $cb_prop->setInfo(
$lng->
txt(
"blog_est_reading_time_info"));
158 $cb_prop->setChecked((
bool) $blga_set->get(
"est_reading_time"));
159 $form->addItem($cb_prop);
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...
prepareOutput(bool $show_sub_objects=true)
Blog Administration Settings.
__construct( $a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
editSettings(?ilPropertyFormGUI $a_form=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
Class ilObjectGUI Basic methods of all Output classes.
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
__construct(Container $dic, ilPlugin $plugin)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)