3 declare(strict_types=1);
17 string $a_parent_cmd =
"",
18 string $a_template_context =
"" 20 $this->
setId(self::REC_TABLE_ID);
25 public function init(): void
31 $this->
setRowTemplate(
"tpl.show_recurrence_row.html",
'Services/Calendar');
36 $this->
lng->txt(
'delete')
40 $this->
lng->txt(
'cal_delete_recurrence_rule')
44 $this->
lng->txt(
'cancel')
49 protected function fillRow(array $a_set): void
51 $this->tpl->setVariable(
'VAL_ID', $a_set[
'id']);
52 $this->tpl->setVariable(
'TITLE', $a_set[
'title']);
62 $end = clone $this->entry->getStart();
65 $appointments = $calculator->calculateDateList(
66 $this->entry->getStart(),
70 foreach ($appointments as $recurrence_date) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormAction(string $a_form_action, bool $a_multipart=false)
__construct(ilCalendarEntry $entry, object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static _getFirstRecurrence($a_cal_id)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setFormName(string $a_name="")
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__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)
addMultiCommand(string $a_cmd, string $a_text)
Class ilCalendarRecurrenceTableGUI.