30 $ilCtrl = $DIC[
'ilCtrl'];
32 $this->
setId(
'tst_pers_def_set_' . $parentObj->getObject()->getId());
36 $this->
setTitle($this->
lng->txt(
'tst_defaults_available'));
38 $this->
setFormAction($ilCtrl->getFormAction($parentObj, $cmd));
40 $this->
setRowTemplate(
'tpl.il_as_tst_defaults_row.html',
'Modules/Test');
53 $this->
addColumn($this->
lng->txt(
'title'),
'name',
'80%');
54 $this->
addColumn($this->
lng->txt(
'date'),
'tstamp',
'19%');
57 public function fillRow(array $a_set): void
59 parent::fillRow(array(
60 'name' => $a_set[
'name'],
68 return in_array($a_field, array(
setNoEntriesText(string $a_text)
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
addMultiCommand(string $a_cmd, string $a_text)
numericOrdering(string $a_field)