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(
 
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
 
@classDescription Date and time handling
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
 
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
setFormName(string $a_name="")
 
addMultiCommand(string $a_cmd, string $a_text)
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
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)
 
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
 
setNoEntriesText(string $a_text)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
numericOrdering(string $a_field)
Should this field be sorted numeric?
 
fillRow(array $a_set)
Standard Version of Fill Row.
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc