ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTableGUI Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilTableGUI:
+ Collaboration diagram for ilTableGUI:

Public Member Functions

 __construct (array $a_data=[], bool $a_global_tpl=true)
 
 setTemplate (ilTemplate $a_tpl)
 
 getTemplateObject ()
 
 setData (array $a_data)
 Set table data. More...
 
 getData ()
 
 setTitle (string $a_title, string $a_icon="", string $a_icon_alt="")
 
 setHelp (string $a_help_page, string $a_help_icon, string $a_help_icon_alt="")
 
 setHeaderNames (array $a_header_names)
 
 getColumnCount ()
 
 setHeaderVars (array $a_header_vars, array $a_header_params=[])
 
 setColumnWidth (array $a_column_width)
 set table column widths More...
 
 setOneColumnWidth (string $a_column_width, int $a_column_number)
 
 setMaxCount (int $a_max_count)
 set max. More...
 
 setLimit (int $a_limit=0, int $a_default_limit=0)
 set max. More...
 
 getLimit ()
 
 setPrefix (string $a_prefix)
 set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) More...
 
 setOffset (int $a_offset)
 set dataset offset More...
 
 getOffset ()
 
 setOrderColumn (string $a_order_column="", string $a_default_column="")
 
 getOrderColumn ()
 
 setOrderDirection (string $a_order_direction)
 
 getOrderDirection ()
 
 setFooter (string $a_style, string $a_previous="", string $a_next="")
 
 enable (string $a_module_name)
 
 disable (string $a_module_name)
 
 sortData ()
 
 render ()
 
 renderHeader ()
 
 setOrderLink (string $key, string $order_dir)
 
 setStyle (string $a_element, string $a_style)
 
 getStyle (string $a_element)
 
 setBase (string $a_base)
 
 getBase ()
 
 getFormName ()
 get the name of the parent form More...
 
 setFormName (string $a_name="cmd")
 
 getSelectAllCheckbox ()
 get the name of the checkbox that should be toggled with a select all button More...
 
 setSelectAllCheckbox (string $a_select_all_checkbox)
 
 clearActionButtons ()
 
 addActionButton (string $btn_name, string $btn_value)
 

Static Public Member Functions

static linkbar (string $AScript, int $AHits, int $ALimit, int $AOffset, array $AParams=array(), array $ALayout=array(), string $prefix='')
 

Data Fields

string $title = ""
 
string $icon = ""
 
string $icon_alt = ""
 
string $help_page = ""
 
string $help_icon = ""
 
string $help_icon_alt = ""
 
array $header_names = []
 
array $header_vars = []
 
array $linkbar_vars = []
 
array $data = []
 
int $column_count = 0
 
array $column_width = []
 
int $max_count = 0
 
int $limit = 0
 
bool $max_limit = false
 
int $offset = 0
 
string $order_column = ""
 
string $order_direction = ""
 
string $footer_style = ""
 
string $footer_previous = ""
 
string $footer_next = ""
 
bool $lang_support = true
 
bool $global_tpl = false
 
string $form_name = ""
 
string $select_all_checkbox = ""
 
array $action_buttons = []
 
string $prefix = ""
 
string $base = ""
 
array $enabled
 
array $styles
 

Protected Attributes

string $sort_order
 
string $link_params
 
array $header_params
 
 $tpl
 
ilLanguage $lng
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning HTML table component

Author
Sascha Hofmann shofm.nosp@m.ann@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Deprecated:
10

Definition at line 25 of file class.ilTableGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilTableGUI::__construct ( array  $a_data = [],
bool  $a_global_tpl = true 
)
Parameters
array | null$a_datacontent data (optional)
bool$a_global_tplcontent data (optional)

Definition at line 93 of file class.ilTableGUI.php.

References $DIC, $lng, $tpl, ILIAS\Repository\lng(), and setData().

96  {
97  global $DIC;
98 
99  $tpl = $DIC->ui()->mainTemplate();
100  $lng = $DIC->language();
101 
102  $this->global_tpl = $a_global_tpl;
103  $this->header_vars = array();
104  $this->header_params = array();
105  $this->enabled["form"] = true;
106  $this->action_buttons = array();
107  if ($this->global_tpl) {
108  $this->tpl = $tpl;
109  } else {
110  $this->tpl = new ilTemplate("tpl.table.html", true, true, "Services/Table");
111  }
112 
113  $this->lng = $lng;
114 
115  if (!$this->lng) {
116  $this->lang_support = false;
117  }
118 
119  $this->setData($a_data);
120  }
ilLanguage $lng
global $DIC
Definition: feed.php:28
setData(array $a_data)
Set table data.
+ Here is the call graph for this function:

Member Function Documentation

◆ addActionButton()

ilTableGUI::addActionButton ( string  $btn_name,
string  $btn_value 
)

Definition at line 740 of file class.ilTableGUI.php.

740  : void
741  {
742  $this->action_buttons[] = array(
743  "name" => $btn_name,
744  "value" => $btn_value
745  );
746  }

◆ clearActionButtons()

ilTableGUI::clearActionButtons ( )

Definition at line 735 of file class.ilTableGUI.php.

735  : void
736  {
737  $this->action_buttons = array();
738  }

◆ disable()

ilTableGUI::disable ( string  $a_module_name)
Deprecated:
Use setEnable<Section>() of Table2GUI instead

Definition at line 331 of file class.ilTableGUI.php.

Referenced by ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilTestTopListTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilLOMemberTestResultTableGUI\init(), ilTestPassOverviewTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilQuestionCumulatedStatisticsTableGUI\initData(), ilForumTopicTableGUI\initMergeThreadsTable(), ilTestPassManualScoringOverviewTableGUI\initOrdering(), and ilAuthLoginPageEditorTableGUI\initTable().

331  : void
332  {
333  if (!in_array($a_module_name, array_keys($this->enabled))) {
334  return;
335  }
336 
337  $this->enabled[$a_module_name] = false;
338  }
+ Here is the caller graph for this function:

◆ enable()

ilTableGUI::enable ( string  $a_module_name)
Deprecated:
Use setEnable...<Section>() of Table2GUI instead

Definition at line 319 of file class.ilTableGUI.php.

Referenced by ilSurveyResultsUserTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilUserExportFileTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), assFileUploadFileTableGUI\initCommand(), ilLearningSequenceParticipantsTableGUI\initForm(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initOrdering(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), and ilLPCollectionSettingsTableGUI\initTable().

319  : void
320  {
321  if (!in_array($a_module_name, array_keys($this->enabled))) {
322  return;
323  }
324 
325  $this->enabled[$a_module_name] = true;
326  }
+ Here is the caller graph for this function:

◆ getBase()

ilTableGUI::getBase ( )

Definition at line 704 of file class.ilTableGUI.php.

References $base.

Referenced by render().

704  : string
705  {
706  return $this->base;
707  }
+ Here is the caller graph for this function:

◆ getColumnCount()

ilTableGUI::getColumnCount ( )

Definition at line 185 of file class.ilTableGUI.php.

References $column_count.

Referenced by ilTable2GUI\fillFooter(), and render().

185  : int
186  {
187  return $this->column_count;
188  }
+ Here is the caller graph for this function:

◆ getData()

ilTableGUI::getData ( )

Definition at line 140 of file class.ilTableGUI.php.

References $data.

140  : array
141  {
142  return $this->data;
143  }

◆ getFormName()

ilTableGUI::getFormName ( )

get the name of the parent form

Definition at line 712 of file class.ilTableGUI.php.

References $form_name.

Referenced by render().

712  : string
713  {
714  return $this->form_name;
715  }
+ Here is the caller graph for this function:

◆ getLimit()

ilTableGUI::getLimit ( )

Definition at line 239 of file class.ilTableGUI.php.

References $limit.

239  : int
240  {
241  return $this->limit;
242  }

◆ getOffset()

ilTableGUI::getOffset ( )

Definition at line 262 of file class.ilTableGUI.php.

References $offset.

262  : int
263  {
264  return $this->offset;
265  }

◆ getOrderColumn()

ilTableGUI::getOrderColumn ( )

Definition at line 285 of file class.ilTableGUI.php.

References $order_column.

285  : string
286  {
287  return $this->order_column;
288  }
string $order_column

◆ getOrderDirection()

ilTableGUI::getOrderDirection ( )

Definition at line 301 of file class.ilTableGUI.php.

References $order_direction.

Referenced by ilForumThreadObjectTableGUI\__construct(), ilTable2GUI\exportData(), ilMailFolderTableGUI\fetchTableData(), ilTable2GUI\getCurrentState(), ilSessionMaterialsTableGUI\getDataFromDb(), ilFileSystemTableGUI\getEntries(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilTable2GUI\getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilTable2GUI\getLinkbar(), ilStudyProgrammeMembersTableGUI\getOrdering(), ilUserTableGUI\getUserIdsForFilter(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerGradeSynchronizationGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilForumTopicTableGUI\initMergeThreadsTable(), ilLTIConsumerGradeSynchronizationGUI\initTableData(), ilSCORMTrackingUsersTableGUI\parse(), ilTrashTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilTable2GUI\resetOffset(), and ilTable2GUI\storeNavParameter().

301  : string
302  {
303  return $this->order_direction;
304  }
string $order_direction
+ Here is the caller graph for this function:

◆ getSelectAllCheckbox()

ilTableGUI::getSelectAllCheckbox ( )

get the name of the checkbox that should be toggled with a select all button

Definition at line 725 of file class.ilTableGUI.php.

References $select_all_checkbox.

Referenced by ilTable2GUI\fillFooter(), ilTable2GUI\fillHeader(), and render().

725  : string
726  {
728  }
string $select_all_checkbox
+ Here is the caller graph for this function:

◆ getStyle()

ilTableGUI::getStyle ( string  $a_element)

Definition at line 691 of file class.ilTableGUI.php.

Referenced by ilDclTableViewTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), and ilTable2GUI\render().

691  : string
692  {
693  return $this->styles[$a_element];
694  }
+ Here is the caller graph for this function:

◆ getTemplateObject()

ilTableGUI::getTemplateObject ( )

Definition at line 127 of file class.ilTableGUI.php.

References $tpl.

127  : ilTemplate
128  {
129  return $this->tpl;
130  }

◆ linkbar()

static ilTableGUI::linkbar ( string  $AScript,
int  $AHits,
int  $ALimit,
int  $AOffset,
array  $AParams = array(),
array  $ALayout = array(),
string  $prefix = '' 
)
static

Definition at line 541 of file class.ilTableGUI.php.

References ILIAS\LTI\ToolProvider\$key, and $params.

Referenced by render().

549  : string {
550  $LinkBar = "";
551  $params = "";
552 
553  $layout_link = "";
554  $layout_prev = "&lt;&lt;";
555  $layout_next = "&gt;&gt;";
556 
557  // layout options
558  if ((is_array($ALayout) && (count($ALayout) > 0))) {
559  if ($ALayout["link"]) {
560  $layout_link = " class=\"" . $ALayout["link"] . "\"";
561  }
562 
563  if ($ALayout["prev"]) {
564  $layout_prev = $ALayout["prev"];
565  }
566 
567  if ($ALayout["next"]) {
568  $layout_next = $ALayout["next"];
569  }
570  }
571 
572  // show links, if hits greater limit
573  // or offset > 0 (can be > 0 due to former setting)
574  if ($AHits > $ALimit || $AOffset > 0) {
575  if (!empty($AParams)) {
576  foreach ($AParams as $key => $value) {
577  $params .= $key . "=" . $value . "&";
578  }
579  }
580  // if ($params) $params = substr($params,0,-1);
581  if (strpos($AScript, '&')) {
582  $link = $AScript . "&" . $params . $prefix . "offset=";
583  } else {
584  $link = $AScript . "?" . $params . $prefix . "offset=";
585  }
586 
587  // ?bergehe "zurck"-link, wenn offset 0 ist.
588  if ($AOffset >= 1) {
589  $prevoffset = $AOffset - $ALimit;
590  if ($prevoffset < 0) {
591  $prevoffset = 0;
592  }
593  $LinkBar .= "<a" . $layout_link . " href=\"" . $link . $prevoffset . "\">" . $layout_prev . "&nbsp;</a>";
594  }
595 
596  // Ben?tigte Seitenzahl kalkulieren
597  $pages = intval($AHits / $ALimit);
598 
599  // Wenn ein Rest bleibt, addiere eine Seite
600  if (($AHits % $ALimit)) {
601  $pages++;
602  }
603 
604  // Bei Offset = 0 keine Seitenzahlen anzeigen : DEAKTIVIERT
605  // if ($AOffset != 0) {
606 
607  // ansonsten zeige Links zu den anderen Seiten an
608  for ($i = 1 ;$i <= $pages ; $i++) {
609  $newoffset = $ALimit * ($i - 1);
610 
611  if ($newoffset == $AOffset) {
612  $LinkBar .= "[" . $i . "] ";
613  } else {
614  $LinkBar .= '<a ' . $layout_link . ' href="' .
615  $link . $newoffset . '">[' . $i . ']</a> ';
616  }
617  }
618  // }
619 
620  // Checken, ob letze Seite erreicht ist
621  // Wenn nicht, gebe einen "Weiter"-Link aus
622  if (!(($AOffset / $ALimit) == ($pages - 1)) && ($pages != 1)) {
623  $newoffset = $AOffset + $ALimit;
624  $LinkBar .= "<a" . $layout_link . " href=\"" . $link . $newoffset . "\">&nbsp;" . $layout_next . "</a>";
625  }
626 
627  return $LinkBar;
628  }
629  return "";
630  }
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Definition: ltiregstart.php:33
string $key
Consumer key/client ID value.
Definition: System.php:193
+ Here is the caller graph for this function:

◆ render()

ilTableGUI::render ( )

Definition at line 349 of file class.ilTableGUI.php.

References $_SERVER, ILIAS\LTI\ToolProvider\$key, $limit, $max_count, $params, getBase(), getColumnCount(), getFormName(), ilUtil\getImagePath(), getSelectAllCheckbox(), linkbar(), ILIAS\Repository\lng(), renderHeader(), setMaxCount(), and sortData().

349  : string
350  {
351  if ($this->enabled['table']) {
352  $this->tpl->setVariable("CSS_TABLE", "table table-striped" /* $this->getStyle("table") */);
353  }
354 
355  // table title icon
356  if ($this->enabled["icon"] && $this->enabled["title"]) {
357  $this->tpl->setCurrentBlock("tbl_header_title_icon");
358  $this->tpl->setVariable("TBL_TITLE_IMG", ilUtil::getImagePath($this->icon));
359  $this->tpl->setVariable("TBL_TITLE_IMG_ALT", $this->icon_alt);
360  $this->tpl->parseCurrentBlock();
361  }
362  // table title help
363  if ($this->enabled["help"] && $this->enabled["title"]) {
364  $this->tpl->setCurrentBlock("tbl_header_title_help");
365  $this->tpl->setVariable("TBL_HELP_IMG", ilUtil::getImagePath($this->help_icon));
366  $this->tpl->setVariable("TBL_HELP_LINK", $this->help_page);
367  $this->tpl->setVariable("TBL_HELP_IMG_ALT", $this->help_icon_alt);
368  $this->tpl->parseCurrentBlock();
369  }
370 
371  // hits per page selector
372  if ($this->enabled["hits"] && $this->enabled["title"]) {
373  $this->tpl->setCurrentBlock("tbl_header_hits_page");
374  $this->tpl->setVariable("HITS_PER_PAGE", $this->lng->txt("hits_per_page"));
375  $this->tpl->parseCurrentBlock();
376  }
377 
378  // table title
379  if ($this->enabled["title"]) {
380  $this->tpl->setCurrentBlock("tbl_header_title");
381  $this->tpl->setVariable("COLUMN_COUNT", $this->column_count);
382  $this->tpl->setVariable("TBL_TITLE", $this->title);
383  $this->tpl->parseCurrentBlock();
384  }
385 
386  // table header
387  if ($this->enabled["header"]) {
388  $this->renderHeader();
389  }
390 
391  // table data
392  // the table content may be skipped to use an individual template blockfile
393  // To do so don't set $this->data and parse your table content by yourself
394  // The template block name for the blockfile MUST be 'TBL_CONTENT'
395 
396  if ($this->enabled["content"]) {
397  if ($this->enabled['auto_sort']) {
398  $this->setMaxCount(count($this->data));
399  $this->sortData();
400  }
401  $count = 0;
402 
403  foreach ($this->data as $tbl_content_row) {
404  foreach ($tbl_content_row as $key => $tbl_content_cell) {
405  if (is_array($tbl_content_cell)) {
406  $this->tpl->setCurrentBlock("tbl_cell_subtitle");
407  $this->tpl->setVariable("TBL_CELL_SUBTITLE", $tbl_content_cell[1]);
408  $this->tpl->parseCurrentBlock();
409  $tbl_content_cell = "<b>" . $tbl_content_cell[0] . "</b>";
410  }
411 
412  $this->tpl->setCurrentBlock("tbl_content_cell");
413  $this->tpl->setVariable("TBL_CONTENT_CELL", $tbl_content_cell);
414  $this->tpl->parseCurrentBlock();
415  }
416 
417  $this->tpl->setCurrentBlock("tbl_content_row");
418  $this->tpl->setVariable("ROWCOLOR", " ");
419  $this->tpl->parseCurrentBlock();
420 
421  $count++;
422  }
423  }
424  // select all checkbox
425  if ($this->enabled["select_all"]) {
426  if ((strlen($this->getFormName())) && (strlen($this->getSelectAllCheckbox()))) {
427  $this->tpl->setVariable('SELECT_PREFIX', $this->prefix);
428  $this->tpl->setVariable("SELECT_ALL_TXT_SELECT_ALL", $this->lng->txt("select_all"));
429  $this->tpl->setVariable("SELECT_ALL_CHECKBOX_NAME", $this->getSelectAllCheckbox());
430  $this->tpl->setVariable("SELECT_ALL_FORM_NAME", $this->getFormName());
431  if (!($this->enabled["numinfo"] && $this->enabled["footer"])) {
432  $this->tpl->setVariable("COLUMN_COUNT", $this->getColumnCount());
433  }
434  }
435  }
436 
437  // table header numinfo
438  if ($this->enabled["numinfo_header"]) {
439  $start = $this->offset + 1; // compute num info
440  $end = $this->offset + $this->limit;
441 
442  if ($end > $this->max_count or $this->limit == 0) {
443  $end = $this->max_count;
444  }
445 
446  if ($this->lang_support) {
447  $numinfo = "(" . $this->lng->txt("dataset") . " " . $start . " - " . $end . " " . strtolower($this->lng->txt("of")) . " " . $this->max_count . ")";
448  } else {
449  $numinfo = "(Dataset " . $start . " - " . $end . " of " . $this->max_count . ")";
450  }
451  if ($this->max_count > 0) {
452  //$numinfo = $this->lng->txt("no_datasets");
453  $this->tpl->setCurrentBlock("tbl_header_numinfo");
454  $this->tpl->setVariable("NUMINFO_HEADER", $numinfo);
455  $this->tpl->setVariable("COLUMN_COUNT_HEADER", $this->getColumnCount());
456  $this->tpl->parseCurrentBlock();
457  }
458  }
459  // table footer numinfo
460  if ($this->enabled["numinfo"] && $this->enabled["footer"]) {
461  $start = $this->offset + 1; // compute num info
462  $end = $this->offset + $this->limit;
463 
464  if ($end > $this->max_count or $this->limit == 0) {
465  $end = $this->max_count;
466  }
467 
468  if ($this->lang_support) {
469  $numinfo = "(" . $this->lng->txt("dataset") . " " . $start . " - " . $end . " " . strtolower($this->lng->txt("of")) . " " . $this->max_count . ")";
470  } else {
471  $numinfo = "(Dataset " . $start . " - " . $end . " of " . $this->max_count . ")";
472  }
473  if ($this->max_count > 0) {
474  //$numinfo = $this->lng->txt("no_datasets");
475  $this->tpl->setCurrentBlock("tbl_footer_numinfo");
476  $this->tpl->setVariable("NUMINFO", $numinfo);
477  $this->tpl->parseCurrentBlock();
478  }
479  }
480  // table footer linkbar
481  if ($this->enabled["linkbar"] && $this->enabled["footer"] && $this->limit != 0
482  && $this->max_count > 0) {
483  $params = array(
484  $this->prefix . "sort_by" => $this->header_vars[$this->order_column],
485  $this->prefix . "sort_order" => $this->order_direction
486  );
487  $params = array_merge($this->header_params, $params);
488 
489  $layout = array(
490  "link" => $this->footer_style,
491  "prev" => $this->footer_previous,
492  "next" => $this->footer_next,
493  );
494 
495  $base = ($this->getBase() == "")
496  ? basename($_SERVER["PHP_SELF"])
497  : $this->getBase();
498 
499  $linkbar = $this->linkbar($base, $this->max_count, $this->limit, $this->offset, $params, $layout, $this->prefix);
500  $this->tpl->setCurrentBlock("tbl_footer_linkbar");
501  $this->tpl->setVariable("LINKBAR", $linkbar);
502  $this->tpl->parseCurrentBlock();
503  }
504 
505  // table footer
506  if ($this->enabled["footer"] && $this->max_count > 0) {
507  $this->tpl->setCurrentBlock("tbl_footer");
508  $this->tpl->setVariable("COLUMN_COUNT", $this->column_count);
509  $this->tpl->parseCurrentBlock();
510  }
511 
512  // action buttons
513  if ($this->enabled["action"]) {
514  foreach ($this->action_buttons as $button) {
515  $this->tpl->setCurrentBlock("tbl_action_btn");
516  $this->tpl->setVariable("BTN_NAME", $button["name"]);
517  $this->tpl->setVariable("BTN_VALUE", $button["value"]);
518  $this->tpl->parseCurrentBlock();
519  }
520  $this->tpl->setCurrentBlock("tbl_action_row");
521  $this->tpl->setVariable("IMG_ARROW", ilUtil::getImagePath("nav/arrow_downright.svg"));
522  $this->tpl->setVariable("ALT_ARROW", $this->lng->txt("arrow_downright.svg"));
523  $this->tpl->setVariable("COLUMN_COUNT", $this->getColumnCount());
524  $this->tpl->parseCurrentBlock();
525  }
526 
527  if ($this->enabled["form"]) {
528  $this->tpl->touchBlock("tbl_form_footer");
529  }
530 
531  if ($this->enabled['table']) {
532  $this->tpl->touchBlock("tbl_table_end");
533  }
534 
535  if (!$this->global_tpl) {
536  return $this->tpl->get();
537  }
538  return "";
539  }
static linkbar(string $AScript, int $AHits, int $ALimit, int $AOffset, array $AParams=array(), array $ALayout=array(), string $prefix='')
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Definition: ltiregstart.php:33
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
$_SERVER['HTTP_HOST']
Definition: raiseError.php:10
string $key
Consumer key/client ID value.
Definition: System.php:193
getFormName()
get the name of the parent form
getSelectAllCheckbox()
get the name of the checkbox that should be toggled with a select all button
setMaxCount(int $a_max_count)
set max.
+ Here is the call graph for this function:

◆ renderHeader()

ilTableGUI::renderHeader ( )

Definition at line 632 of file class.ilTableGUI.php.

References ILIAS\LTI\ToolProvider\$key, $lang_support, $sort_order, ILIAS\Repository\lng(), and setOrderLink().

Referenced by render().

632  : void
633  {
634  foreach ($this->header_names as $key => $tbl_header_cell) {
635  if (!$this->enabled["sort"]) {
636  $this->tpl->setCurrentBlock("tbl_header_no_link");
637  if ($this->column_width[$key]) {
638  $this->tpl->setVariable("TBL_COLUMN_WIDTH_NO_LINK", " width=\"" . $this->column_width[$key] . "\"");
639  }
640  $this->tpl->setVariable("TBL_HEADER_CELL_NO_LINK", $tbl_header_cell);
641  $this->tpl->parseCurrentBlock();
642  continue;
643  }
644  if (($key == $this->order_column) && ($this->order_direction != "")) {
645  if (strcmp($this->header_vars[$key], "") != 0) {
646  $this->tpl->setCurrentBlock("tbl_order_image");
647  $this->tpl->parseCurrentBlock();
648  }
649  }
650 
651  $this->tpl->setCurrentBlock("tbl_header_cell");
652  $this->tpl->setVariable("TBL_HEADER_CELL", $tbl_header_cell);
653 
654  // only set width if a value is given for that column
655  if ($this->column_width[$key]) {
656  $this->tpl->setVariable("TBL_COLUMN_WIDTH", " width=\"" . $this->column_width[$key] . "\"");
657  }
658 
659  $lng_sort_column = ($this->lang_support) ? $this->lng->txt("sort_by_this_column") : "Sort by this column";
660  $this->tpl->setVariable("TBL_ORDER_ALT", $lng_sort_column);
661 
662  $order_dir = "asc";
663 
664  if ($key == $this->order_column) {
665  $order_dir = $this->sort_order;
666 
667  $lng_change_sort = ($this->lang_support) ? $this->lng->txt("change_sort_direction") : "Change sort direction";
668  $this->tpl->setVariable("TBL_ORDER_ALT", $lng_change_sort);
669  }
670 
671  $this->setOrderLink($key, $order_dir);
672  $this->tpl->parseCurrentBlock();
673  }
674 
675  $this->tpl->setCurrentBlock("tbl_header");
676  $this->tpl->parseCurrentBlock();
677  }
string $sort_order
string $key
Consumer key/client ID value.
Definition: System.php:193
setOrderLink(string $key, string $order_dir)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setBase()

ilTableGUI::setBase ( string  $a_base)
Parameters
string$a_baseBase script name (deprecated, only use this for workarounds)

Definition at line 699 of file class.ilTableGUI.php.

References ILIAS\UI\examples\Button\Bulky\base().

699  : void
700  {
701  $this->base = $a_base;
702  }
+ Here is the call graph for this function:

◆ setColumnWidth()

ilTableGUI::setColumnWidth ( array  $a_column_width)

set table column widths

Definition at line 203 of file class.ilTableGUI.php.

203  : void
204  {
205  $this->column_width = $a_column_width;
206  }

◆ setData()

ilTableGUI::setData ( array  $a_data)

Set table data.

Definition at line 135 of file class.ilTableGUI.php.

Referenced by __construct().

135  : void
136  {
137  $this->data = $a_data;
138  }
+ Here is the caller graph for this function:

◆ setFooter()

ilTableGUI::setFooter ( string  $a_style,
string  $a_previous = "",
string  $a_next = "" 
)

Definition at line 306 of file class.ilTableGUI.php.

Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilTable2GUI\getHTML().

310  : void {
311  $this->footer_style = $a_style;
312  $this->footer_previous = $a_previous ?: "<<<";
313  $this->footer_next = $a_next ?: ">>>";
314  }
+ Here is the caller graph for this function:

◆ setFormName()

ilTableGUI::setFormName ( string  $a_name = "cmd")

Definition at line 717 of file class.ilTableGUI.php.

717  : void
718  {
719  $this->form_name = $a_name;
720  }

◆ setHeaderNames()

ilTableGUI::setHeaderNames ( array  $a_header_names)

Definition at line 179 of file class.ilTableGUI.php.

179  : void
180  {
181  $this->header_names = $a_header_names;
182  $this->column_count = count($this->header_names);
183  }

◆ setHeaderVars()

ilTableGUI::setHeaderVars ( array  $a_header_vars,
array  $a_header_params = [] 
)

Definition at line 190 of file class.ilTableGUI.php.

References ILIAS\LTI\ToolProvider\$key.

190  : void
191  {
192  $this->header_vars = $a_header_vars;
193  $this->header_params = $a_header_params;
194  $this->link_params = "";
195  foreach ($a_header_params as $key => $val) {
196  $this->link_params .= $key . "=" . $val . "&";
197  }
198  }
string $key
Consumer key/client ID value.
Definition: System.php:193

◆ setHelp()

ilTableGUI::setHelp ( string  $a_help_page,
string  $a_help_icon,
string  $a_help_icon_alt = "" 
)

Definition at line 168 of file class.ilTableGUI.php.

References $help_icon.

168  : void
169  {
170  $this->help_page = $a_help_page;
171  $this->help_icon = $a_help_icon;
172  $this->help_icon_alt = $a_help_icon_alt;
173 
174  if (!$this->help_icon_alt) {
175  $this->help_icon_alt = $this->help_icon;
176  }
177  }

◆ setLimit()

ilTableGUI::setLimit ( int  $a_limit = 0,
int  $a_default_limit = 0 
)

set max.

datasets displayed per page

Definition at line 230 of file class.ilTableGUI.php.

230  : void
231  {
232  $this->limit = ($a_limit) ?: $a_default_limit;
233 
234  if ($this->limit == 0) {
235  $this->max_limit = true;
236  }
237  }

◆ setMaxCount()

ilTableGUI::setMaxCount ( int  $a_max_count)

set max.

count of database query you don't need to set max count if using integrated content rendering feature if max_limit is true, no limit is given -> set limit to max_count

Definition at line 218 of file class.ilTableGUI.php.

References $max_count.

Referenced by ilBookingBulkCreationTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilMailFolderTableGUI\fetchTableData(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilTable2GUI\getHTML(), ilRatingCategoryTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilBookingAssignParticipantsTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilBookingParticipantsTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilFileVersionsTableGUI\initData(), ilForumTopicTableGUI\initMergeThreadsTable(), ilCmiXapiStatementsGUI\initTableData(), ilLTIConsumerXapiStatementsGUI\initTableData(), ilLogComponentTableGUI\parse(), ilAdvancedMDRecordLanguageTableGUI\parse(), ilUserClipboardTableGUI\parse(), ilTrashTableGUI\parse(), ilRoleTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), render(), and ilEmployeeTalkTableGUI\setTalkData().

218  : void
219  {
220  $this->max_count = $a_max_count;
221 
222  if ($this->max_limit) {
223  $this->limit = $this->max_count;
224  }
225  }
+ Here is the caller graph for this function:

◆ setOffset()

ilTableGUI::setOffset ( int  $a_offset)

set dataset offset

Definition at line 257 of file class.ilTableGUI.php.

Referenced by ilTable2GUI\determineOffsetAndOrder(), ilObjForumGUI\initializeThreadOffsetAndLimit(), and ilTable2GUI\resetOffset().

257  : void
258  {
259  $this->offset = ($a_offset) ?: 0;
260  }
+ Here is the caller graph for this function:

◆ setOneColumnWidth()

ilTableGUI::setOneColumnWidth ( string  $a_column_width,
int  $a_column_number 
)

Definition at line 208 of file class.ilTableGUI.php.

208  : void
209  {
210  $this->column_width[$a_column_number] = $a_column_width;
211  }

◆ setOrderColumn()

ilTableGUI::setOrderColumn ( string  $a_order_column = "",
string  $a_default_column = "" 
)

Definition at line 267 of file class.ilTableGUI.php.

Referenced by ilLTIProviderReleasedObjectsTableGUI\init(), ilUserClipboardTableGUI\init(), and ilObjectTableGUI\init().

270  : void {
271  // set default sort column to first column
272  if (empty($a_order_column)) {
273  if (!empty($a_default_column)) {
274  $oc = array_search($a_default_column, $this->header_vars);
275  } else {
276  $oc = "";
277  }
278  } else {
279  $oc = array_search($a_order_column, $this->header_vars);
280  }
281 
282  $this->order_column = $oc ?: "";
283  }
+ Here is the caller graph for this function:

◆ setOrderDirection()

ilTableGUI::setOrderDirection ( string  $a_order_direction)

Definition at line 290 of file class.ilTableGUI.php.

Referenced by ilTable2GUI\determineOffsetAndOrder(), ilObjForumGUI\initializeThreadSortation(), and ilCalendarManageTableGUI\resetToDefaults().

290  : void
291  {
292  if (strtolower($a_order_direction) == "desc") {
293  $this->order_direction = "desc";
294  $this->sort_order = "asc";
295  } else {
296  $this->order_direction = "asc"; // set default sort order to "ASC"
297  $this->sort_order = "desc";
298  }
299  }
+ Here is the caller graph for this function:

◆ setOrderLink()

ilTableGUI::setOrderLink ( string  $key,
string  $order_dir 
)

Definition at line 679 of file class.ilTableGUI.php.

References $_SERVER.

Referenced by renderHeader().

679  : void
680  {
681  $this->tpl->setVariable("TBL_ORDER_LINK", basename($_SERVER["PHP_SELF"]) . "?" . $this->link_params . $this->prefix . "sort_by=" . $this->header_vars[$key] . "&" . $this->prefix . "sort_order=" . $order_dir . "&" . $this->prefix . "offset=" . $this->offset);
682  }
$_SERVER['HTTP_HOST']
Definition: raiseError.php:10
string $key
Consumer key/client ID value.
Definition: System.php:193
+ Here is the caller graph for this function:

◆ setPrefix()

ilTableGUI::setPrefix ( string  $a_prefix)

set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately)

Definition at line 249 of file class.ilTableGUI.php.

249  : void
250  {
251  $this->prefix = $a_prefix ?: "";
252  }

◆ setSelectAllCheckbox()

ilTableGUI::setSelectAllCheckbox ( string  $a_select_all_checkbox)

Definition at line 730 of file class.ilTableGUI.php.

730  : void
731  {
732  $this->select_all_checkbox = $a_select_all_checkbox;
733  }

◆ setStyle()

◆ setTemplate()

ilTableGUI::setTemplate ( ilTemplate  $a_tpl)

Definition at line 122 of file class.ilTableGUI.php.

122  : void
123  {
124  $this->tpl = $a_tpl;
125  }

◆ setTitle()

ilTableGUI::setTitle ( string  $a_title,
string  $a_icon = "",
string  $a_icon_alt = "" 
)
Parameters
string$a_titletable title
string$a_iconfile name of title icon
string$a_icon_altalternative text for title icon

Definition at line 150 of file class.ilTableGUI.php.

References $icon.

150  : void
151  {
152  $this->title = $a_title;
153  $this->icon = $a_icon;
154  $this->icon_alt = $a_icon_alt;
155 
156  if (!$this->icon) {
157  $this->enabled["icon"] = false;
158 
159  return;
160  }
161 
162  if (!$this->icon_alt) {
163  $this->icon_alt = $this->icon;
164  }
165  $this->enabled["icon"] = true;
166  }

◆ sortData()

ilTableGUI::sortData ( )

Definition at line 341 of file class.ilTableGUI.php.

References ilArrayUtil\sortArray().

Referenced by render().

341  : void
342  {
343  if ($this->enabled["sort"]) {
344  $this->data = ilArrayUtil::sortArray($this->data, $this->order_column, $this->order_direction);
345  }
346  $this->data = array_slice($this->data, $this->offset, $this->limit);
347  }
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ $action_buttons

array ilTableGUI::$action_buttons = []

Definition at line 61 of file class.ilTableGUI.php.

◆ $base

string ilTableGUI::$base = ""

◆ $column_count

int ilTableGUI::$column_count = 0

Definition at line 46 of file class.ilTableGUI.php.

Referenced by getColumnCount().

◆ $column_width

array ilTableGUI::$column_width = []

Definition at line 47 of file class.ilTableGUI.php.

Referenced by ilObjectRolePermissionTableGUI\initColumns().

◆ $data

array ilTableGUI::$data = []

Definition at line 45 of file class.ilTableGUI.php.

Referenced by ilCourseStartObjectsTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__formatPath(), ilAnswerFrequencyStatisticTableGUI\buildAddAnswerAction(), ilDclRecordListTableGUI\buildData(), ilSurveySyncTableGUI\buildPath(), ilObjectOwnershipManagementTableGUI\buildPath(), ilLPTableBaseGUI\buildPath(), ilMDCopyrightUsageTableGUI\collectData(), ilMailFolderTableGUI\fetchTableData(), ilCourseObjectivesTableGUI\fillRow(), ilAccessibilityDocumentTableGUI\getColumnDefinition(), ilModulesTableGUI\getComponents(), getData(), ilBenchmarkTableGUI\getDataByFirstTable(), ilMDCopyrightUsageTableGUI\getDataFromDB(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilLPTableBaseGUI\getExportMeta(), ilMemberExportFileTableGUI\getFiles(), ilLearningSequenceParticipantsTableGUI\getFirstAccess(), ilNewItemGroupTableGUI\getGroups(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilTable2GUI\getHTML(), ilTestSkillLevelThresholdsTableGUI\getInputElements(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilCmiXapiVerificationTableGUI\getItems(), ilLTIConsumerVerificationTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilWikiExportOrderTableGUI\getItems(), ilSCORMVerificationTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilContributorTableGUI\getItems(), ilCourseVerificationTableGUI\getItems(), ilSurveyParticipantsTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilBadgeImageTemplateTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilBadgeTypesTableGUI\getItems(), ilExcCriteriaTableGUI\getItems(), ilRecommendedContentRoleTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilExcCriteriaCatalogueTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilExAssignmentPeerReviewOverviewTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilBadgePersonalTableGUI\getItems(), ilExAssignmentPeerReviewTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilBookingAssignParticipantsTableGUI\getItems(), ilBookingAssignObjectsTableGUI\getItems(), ilBadgeTableGUI\getItems(), ilSurveyResultsCumulatedTableGUI\getItems(), ilObjectBadgeTableGUI\getItems(), ilBadgeUserTableGUI\getItems(), ilSessionOverviewTableGUI\getItems(), ilBookingParticipantsTableGUI\getItems(), ILIAS\Style\Content\CharacteristicTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrSummaryTableGUI\getItemsPercentages(), ilTrSummaryTableGUI\getItemsPercentagesStatus(), ilLearningSequenceParticipantsTableGUI\getLastAccess(), ilLearningSequenceParticipantsTableGUI\getLastVisitedStep(), ilMDCopyrightUsageTableGUI\getObjTypesAvailable(), ilCourseStartObjectsTableGUI\getPossibleObjects(), ilContainerStartObjectsTableGUI\getPossibleObjects(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilSurveySkillTableGUI\getSkills(), ilCourseStartObjectsTableGUI\getStartObjects(), ilContainerStartObjectsTableGUI\getStartObjects(), ilLDAPServerTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilImageMapTableGUI\initActions(), ilOrgUnitTypeTableGUI\initColumns(), ilDashboardSortationTableGUI\initData(), ilMarkSchemaTableGUI\initData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilBuddySystemRelationsTableGUI\initFilter(), ilAdvancedMDFieldDefinitionGroupTableGUI\initItems(), ilTaxonomyAdministrationRepositoryTableGUI\initItems(), SurveyConstraintsTableGUI\initItems(), ilForumTopicTableGUI\initMergeThreadsTable(), ilOrgUnitRecursiveUserAssignmentTableGUI\loadData(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilMDCopyrightUsageTableGUI\parse(), ilExAssignmentListTextTableGUI\parse(), ilSCGroupTableGUI\parse(), ilSCTaskTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilDclEditViewTableGUI\parseData(), ilAssignmentsPerParticipantTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ilBiblTranslationTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilOrgUnitUserAssignmentTableGUI\parseData(), ilParticipantsPerAssignmentTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblAdminFieldTableGUI\parseData(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilLOTestAssignmentTableGUI\parseMultipleAssignments(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilOrgUnitUserAssignmentTableGUI\parseRows(), ilRepositoryUserResultTableGUI\parseUserIds(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilTable2GUI\restoreTemplate(), ilQuestionBrowserTableGUI\setQuestionData(), ilDclRecordListTableGUI\setRecordData(), and ilEmployeeTalkTableGUI\setTalkData().

◆ $enabled

array ilTableGUI::$enabled
Initial value:
= array( "table" => true,
"title" => true,
"icon" => true,
"help" => false,
"content" => true,
"action" => false,
"header" => true,
"footer" => true,
"linkbar" => true,
"numinfo" => true,
"numinfo_header" => false,
"sort" => true,
"hits" => false,
"auto_sort" => true,
"select_all" => false
)

Definition at line 67 of file class.ilTableGUI.php.

◆ $footer_next

string ilTableGUI::$footer_next = ""

Definition at line 56 of file class.ilTableGUI.php.

◆ $footer_previous

string ilTableGUI::$footer_previous = ""

Definition at line 55 of file class.ilTableGUI.php.

◆ $footer_style

string ilTableGUI::$footer_style = ""

Definition at line 54 of file class.ilTableGUI.php.

◆ $form_name

string ilTableGUI::$form_name = ""

Definition at line 59 of file class.ilTableGUI.php.

Referenced by getFormName().

◆ $global_tpl

bool ilTableGUI::$global_tpl = false

Definition at line 58 of file class.ilTableGUI.php.

◆ $header_names

array ilTableGUI::$header_names = []

Definition at line 42 of file class.ilTableGUI.php.

◆ $header_params

array ilTableGUI::$header_params
protected

Definition at line 29 of file class.ilTableGUI.php.

◆ $header_vars

array ilTableGUI::$header_vars = []

Definition at line 43 of file class.ilTableGUI.php.

◆ $help_icon

string ilTableGUI::$help_icon = ""

Definition at line 40 of file class.ilTableGUI.php.

Referenced by setHelp().

◆ $help_icon_alt

string ilTableGUI::$help_icon_alt = ""

Definition at line 41 of file class.ilTableGUI.php.

◆ $help_page

string ilTableGUI::$help_page = ""

Definition at line 39 of file class.ilTableGUI.php.

◆ $icon

◆ $icon_alt

string ilTableGUI::$icon_alt = ""

Definition at line 38 of file class.ilTableGUI.php.

Referenced by ilWorkspaceShareTableGUI\fillRow().

◆ $lang_support

bool ilTableGUI::$lang_support = true

Definition at line 57 of file class.ilTableGUI.php.

Referenced by renderHeader().

◆ $limit

◆ $link_params

string ilTableGUI::$link_params
protected

Definition at line 28 of file class.ilTableGUI.php.

◆ $linkbar_vars

array ilTableGUI::$linkbar_vars = []

Definition at line 44 of file class.ilTableGUI.php.

◆ $lng

ilLanguage ilTableGUI::$lng
protected

Definition at line 34 of file class.ilTableGUI.php.

Referenced by ilBookingBulkCreationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilLinksTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilModulesTableGUI\__construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), __construct(), ilTable2GUI\__construct(), ilTable2GUI\addFilterItemByMetaType(), ilUserTableGUI\addFilterItemByUdfType(), ilForumNotificationTableGUI\eventsFormBuilder(), ilTable2GUI\fillActionRow(), ilTable2GUI\fillFooter(), ilTable2GUI\fillHeader(), ilMobSubtitleTableGUI\fillRow(), ilAccessPermissionsStatusTableGUI\fillRow(), ilPageMultiLangTableGUI\fillRow(), ilMobMultiSrtConfirmationTable2GUI\fillRow(), ilLMGlossaryTableGUI\fillRow(), ilLanguageExtTableGUI\fillRow(), ilMultiSrtConfirmationTable2GUI\fillRow(), ilLinksTableGUI\fillRow(), ilTaxonomyListTableGUI\fillRow(), ilPublicSubmissionsTableGUI\fillRow(), ilRatingCategoryTableGUI\fillRow(), ilPCIIMOverlaysTableGUI\fillRow(), ilNewsForContextTableGUI\fillRow(), ilLPObjectStatisticsAdminTableGUI\fillRow(), ilSurveyCodesTableGUI\fillRow(), ilHelpModuleTableGUI\fillRow(), ilLMBlockedUsersTableGUI\fillRow(), ilRepDependenciesTableGUI\fillRow(), ilWikiContributorsTableGUI\fillRow(), ilImportantPagesTableGUI\fillRow(), ilPortfolioTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilPasteStyleCharacteristicTableGUI\fillRow(), ilSurveySkillChangesTableGUI\fillRow(), ilContentStylesTableGUI\fillRow(), ilStyleMediaQueryTableGUI\fillRow(), ilUserFieldSettingsTableGUI\fillRow(), ilBookingSchedulesTableGUI\fillRow(), ilMultilingualismTableGUI\fillRow(), ilBadgeImageTemplateTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilStyleColorTableGUI\fillRow(), ilLMPagesTableGUI\fillRow(), ilHelpMappingTableGUI\fillRow(), ilTableTemplatesTableGUI\fillRow(), ilPageLayoutTableGUI\fillRow(), ilItemGroupItemsTableGUI\fillRow(), ilSurveySkillTableGUI\fillRow(), ilContSkillMemberTableGUI\fillRow(), ilSurveySkillAssignmentTableGUI\fillRow(), ilBadgeTypesTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilSurveySkillThresholdsTableGUI\fillRow(), ilSurveyAppraiseesTableGUI\fillRow(), ilExportIDTableGUI\fillRow(), ilPortfolioPageTableGUI\fillRow(), ilCopySelfAssQuestionTableGUI\fillRow(), ilMediaPoolPageUsagesTableGUI\fillRow(), ilNewItemGroupTableGUI\fillRow(), ilContProfileTableGUI\fillRow(), ilMediaObjectUsagesTableGUI\fillRow(), ilBadgePersonalTableGUI\fillRow(), ilSkillCatTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilSurveySyncTableGUI\fillRow(), ilAssignmentsTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilBadgeTableGUI\fillRow(), ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilObjectBadgeTableGUI\fillRow(), ilBookingParticipantsTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilBenchmarkTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), ilSurveyQuestionTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRow(), ilBadgeUserTableGUI\fillRow(), ilAssQuestionHintsTableGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilBookingObjectsTableGUI\fillRow(), ilMediaPoolTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilBookingReservationsTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRowCSV(), ilSCORMTrackingItemsTableGUI\fillRowExcel(), ilOrgUnitPositionTableGUI\getAuthorityDescription(), ilModulesTableGUI\getComponents(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilNewItemGroupTableGUI\getGroups(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilTable2GUI\getHTML(), ilExGradesTableGUI\getIconForStatus(), ilSurveyParticipantsTableGUI\getItems(), ilExcCriteriaCatalogueTableGUI\getItems(), ilBadgePersonalTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTable2GUI\getLinkbar(), ilModulesTableGUI\getPluginComponents(), ilSurveyResultsCumulatedTableGUI\getSelectableColumns(), ilQuestionPoolPrintViewTableGUI\getSelectableColumns(), ilSurveyQuestionsTableGUI\getSelectableColumns(), ilUserTableGUI\getSelectableColumns(), ilQuestionBrowserTableGUI\getSelectableColumns(), ilSurveySyncTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilImageMapTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilPDNewsTableGUI\initFilter(), ilRoleAssignmentTableGUI\initFilter(), ilBadgeTableGUI\initFilter(), ilObjectBadgeTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilBadgeUserTableGUI\initFilter(), ilLanguageExtTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilWorkspaceShareTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilUserTableGUI\initFilter(), SurveyConstraintsTableGUI\initItems(), ilAssignmentsPerParticipantTableGUI\initMode(), ilParticipantsPerAssignmentTableGUI\initMode(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilSCORMTrackingItemsTableGUI\parseValue(), ilMultilingualismTableGUI\prepareOutput(), ilMediaPoolTableGUI\prepareOutput(), ilTable2GUI\render(), and ilTable2GUI\renderFilter().

◆ $max_count

int ilTableGUI::$max_count = 0

Definition at line 48 of file class.ilTableGUI.php.

Referenced by ilTable2GUI\fillFooter(), render(), and setMaxCount().

◆ $max_limit

bool ilTableGUI::$max_limit = false

Definition at line 50 of file class.ilTableGUI.php.

◆ $offset

int ilTableGUI::$offset = 0

◆ $order_column

string ilTableGUI::$order_column = ""

Definition at line 52 of file class.ilTableGUI.php.

Referenced by getOrderColumn().

◆ $order_direction

string ilTableGUI::$order_direction = ""

Definition at line 53 of file class.ilTableGUI.php.

Referenced by getOrderDirection().

◆ $prefix

◆ $select_all_checkbox

string ilTableGUI::$select_all_checkbox = ""

Definition at line 60 of file class.ilTableGUI.php.

Referenced by getSelectAllCheckbox().

◆ $sort_order

string ilTableGUI::$sort_order
protected

Definition at line 27 of file class.ilTableGUI.php.

Referenced by renderHeader().

◆ $styles

array ilTableGUI::$styles
Initial value:
= array(
"table" => "fullwidth"
)

Definition at line 85 of file class.ilTableGUI.php.

◆ $title

string ilTableGUI::$title = ""

Definition at line 36 of file class.ilTableGUI.php.

Referenced by ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilDclRecordListTableGUI\buildData(), ilLTIConsumerProviderUsageTableGUI\buildLinkToUsedBy(), ilTable2GUI\fillHeaderCSV(), ilTable2GUI\fillHeaderExcel(), ilAdvancedMDRecordExportFilesTableGUI\fillRow(), ilStudyProgrammeAutoCategoriesTableGUI\fillRow(), ilStudyProgrammeAutoMembershipsTableGUI\fillRow(), ilAssessmentFolderLogTableGUI\fillRow(), ilWikiSearchResultsTableGUI\fillRow(), ilLDAPRoleMappingTableGUI\fillRow(), ilWikiContributorsTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilStudyProgrammeIndividualPlanTableGUI\fillRow(), ilSearchResultTableGUI\fillRow(), ilLOTestAssignmentTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilCourseParticipantsGroupsTableGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilSessionMaterialsTableGUI\filterData(), ilStudyProgrammeMembersTableGUI\getCompletionLink(), ilMediaPoolTableGUI\getInsertCommand(), ilUserRoleStartingPointTableGUI\getItems(), ilContributorTableGUI\getItems(), ilTrMatrixTableGUI\getSelectableColumns(), ilLTIConsumerProviderTableGUI\getTitle(), ilRoleAssignmentTableGUI\getTitleForReference(), ilSurveySyncTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilBookingParticipantsTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilBadgeTableGUI\initFilter(), ilObjectBadgeTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilLTIConsumerProviderTableGUI\initFilter(), SurveyConstraintsTableGUI\initItems(), ilRoleAssignmentTableGUI\parse(), ilLOTestAssignmentTableGUI\parse(), ilRoleTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), and ilCalendarAppointmentsTableGUI\setAppointments().

◆ $tpl


The documentation for this class was generated from the following file: