3 declare(strict_types=1);
    23         $table_id = self::class;
    25         $this->
setId($table_id);
    30         $this->
setRowTemplate(
"tpl.translation_row.html", 
"components/ILIAS/MainMenu");
    39         $this->
lng->loadLanguageModule(
"meta");
    57         $this->
addColumn($this->
lng->txt(
'mm_translation_select'), 
'', 
'15px', 
true);
    58         $this->
addColumn($this->
lng->txt(
'mm_translation_lang'));
    59         $this->
addColumn($this->
lng->txt(
'mm_translation_trans'));
    76     protected function fillRow(array $a_set): 
void    81         $translation = ilMMItemTranslationStorage::find($a_set[
'id']);
    83         $this->tpl->setVariable(
'ID', $translation->getId());
    84         $this->tpl->setVariable(
'LANGUAGE', $this->
lng->txt(
"meta_l_" . $translation->getLanguageKey()));
    85         $this->tpl->setVariable(
'TEXT', $translation->getTranslation());
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
 
__construct(ilMMItemTranslationGUI $a_parent_obj, ilMMItemFacadeInterface $item_facade)
ilMMItemTranslationTableGUI constructor. 
 
setFormName(string $a_name="")
 
static where($where, $operator=null)
 
setExternalSorting(bool $a_val)
 
fillRow(array $a_set)
Standard Version of Fill Row. 
 
setDefaultOrderField(string $a_defaultorderfield)
 
const CMD_DELETE_TRANSLATIONS
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setDefaultOrderDirection(string $a_defaultorderdirection)
 
const CMD_SAVE_TRANSLATIONS
 
Class ilMMItemTranslationGUI. 
 
Class ilMMItemTranslationTableGUI. 
 
__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)
 
Interface ilMMItemFacadeInterface. 
 
setEnableHeader(bool $a_enableheader)
 
ilMMItemFacadeInterface $item_facade
 
setExternalSegmentation(bool $a_val)
 
setPrefix(string $a_prefix)