36         ?array $a_file_labels,
    37         ?
string $a_label_header = 
"",
    38         ?array $a_commands = array(),
    39         ?
bool $a_post_dir_path = 
false    44         $request = $DIC->exercise()->internal()->gui()->request();
    45         $this->requested_ass_id = $request->getAssId();
    47         $this->
lng = $DIC->language();
    76         $entries = parent::getEntries();
    77         if ($entries !== []) {
    81         return $ass->fileAddOrder($entries);
    86         if ($a_field == 
"order_val") {
    94         if ($this->has_multi) {
   103         $this->
addColumn($this->
lng->txt(
"cont_dir_file"), 
"name");
   106         if ($this->label_enable) {
   107             $this->
addColumn($this->label_header, 
"label");
   110         if ($this->row_commands !== []) {
   115     protected function fillRow(array $a_set): void
   117         $this->tpl->setCurrentBlock(
"Order");
   118         $this->tpl->setVariable(
"ID", (
string) $a_set[
'order_id']);
   119         $this->tpl->setVariable(
"ORDER_VAL", (
string) $a_set[
"order_val"]);
   120         $this->tpl->parseCurrentBlock();
   122         parent::fillRow($a_set);
 
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
 
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
 
setDefaultOrderField(string $a_defaultorderfield)
 
numericOrdering(string $a_field)
 
setDefaultOrderDirection(string $a_defaultorderdirection)
 
getEntries()
Add Order Values (extension of ilFilesystemgui getEntries) 
 
setLimit(int $a_limit=0, int $a_default_limit=0)
 
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)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(ilFileSystemGUI $a_parent_obj, string $a_parent_cmd, string $a_cur_dir, string $a_cur_subdir, bool $a_label_enable, ?array $a_file_labels=[], ?string $a_label_header="", ?array $a_commands=[], ?bool $a_post_dir_path=false, ?string $a_table_id="")
Constructor.