|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilTable2GUI:
Collaboration diagram for ilTable2GUI:Public Member Functions | |
| __construct (?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="") | |
| setOpenFormTag (bool $a_val) | |
| getOpenFormTag () | |
| setCloseFormTag (bool $a_val) | |
| getCloseFormTag () | |
| determineLimit () | |
| getSelectableColumns () | |
| Get selectable columns. More... | |
| determineSelectedColumns () | |
| isColumnSelected (string $col) | |
| getSelectedColumns () | |
| resetOffset (bool $a_in_determination=false) | |
| initFilter () | |
| getParentObject () | |
| getParentCmd () | |
| setTopAnchor (string $a_val) | |
| getTopAnchor () | |
| setNoEntriesText (string $a_text) | |
| getNoEntriesText () | |
| setIsDataTable (bool $a_val) | |
| getIsDataTable () | |
| setEnableTitle (bool $a_enabletitle) | |
| getEnableTitle () | |
| setEnableHeader (bool $a_enableheader) | |
| getEnableHeader () | |
| setEnableNumInfo (bool $a_val) | |
| getEnableNumInfo () | |
| setTitle (string $a_title, string $a_icon="", string $a_icon_alt="") | |
| setDescription (string $a_val) | |
| getDescription () | |
| setOrderField (string $a_order_field) | |
| getOrderField () | |
| setData (array $a_data) | |
| getData () | |
| dataExists () | |
| setPrefix (string $a_prefix) | |
| getPrefix () | |
| addFilterItem (ilTableFilterItem $a_input_item, bool $a_optional=false) | |
| addFilterItemByMetaType (string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="") | |
| Add filter by standard type. More... | |
| getFilterItems (bool $a_optionals=false) | |
| getFilterItemByPostVar (string $a_post_var) | |
| setFilterCols (int $a_val) | |
| getFilterCols () | |
| setDisableFilterHiding (bool $a_val=true) | |
| getDisableFilterHiding () | |
| isFilterSelected (string $a_col) | |
| Is given filter selected? More... | |
| getSelectedFilters () | |
| determineSelectedFilters () | |
| setCustomPreviousNext (string $a_prev_link, string $a_next_link) | |
| setFormAction (string $a_form_action, bool $a_multipart=false) | |
| getFormAction () | |
| setFormName (string $a_name="") | |
| getFormName () | |
| setId (string $a_val) | |
| getId () | |
| setDisplayAsBlock (bool $a_val) | |
| getDisplayAsBlock () | |
| setSelectAllCheckbox (string $a_select_all_checkbox, bool $a_select_all_on_top=false) | |
| setExternalSorting (bool $a_val) | |
| getExternalSorting () | |
| setFilterCommand (string $a_val, string $a_caption="") | |
| getFilterCommand () | |
| setResetCommand (string $a_val, string $a_caption="") | |
| getResetCommand () | |
| setExternalSegmentation (bool $a_val) | |
| getExternalSegmentation () | |
| setRowTemplate (string $a_template, string $a_template_dir="") | |
| Set row template. More... | |
| setDefaultOrderField (string $a_defaultorderfield) | |
| getDefaultOrderField () | |
| setDefaultOrderDirection (string $a_defaultorderdirection) | |
| getDefaultOrderDirection () | |
| setDefaultFilterVisiblity (bool $a_status) | |
| getDefaultFilterVisibility () | |
| clearCommandButtons () | |
| addCommandButton (string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="") | |
| addCommandButtonInstance (ilButtonBase $a_button) | |
| addMultiItemSelectionButton (string $a_sel_var, array $a_options, string $a_cmd, string $a_text, string $a_default_selection='') | |
| setCloseCommand (string $a_link) | |
| addMultiCommand (string $a_cmd, string $a_text) | |
| addHiddenInput (string $a_name, string $a_value) | |
| addHeaderCommand (string $a_href, string $a_text, string $a_target="", string $a_img="") | |
| setTopCommands (bool $a_val) | |
| getTopCommands () | |
| 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) | |
| getNavParameter () | |
| setOrderLink (string $key, string $order_dir) | |
| fillHeader () | |
| determineOffsetAndOrder (bool $a_omit_offset=false) | |
| storeNavParameter () | |
| getHTML () | |
| Get HTML. More... | |
| numericOrdering (string $a_field) | |
| Should this field be sorted numeric? More... | |
| render () | |
| writeFilterToSession () | |
| resetFilter () | |
| fillFooter () | |
| getLinkbar (string $a_num) | |
| fillHiddenRow () | |
| fillActionRow () | |
| setHeaderHTML (string $html) | |
| storeProperty (string $type, string $value) | |
| loadProperty (string $type) | |
| getCurrentState () | |
| get current settings for order, limit, columns and filter More... | |
| setContext (string $id) | |
| getContext () | |
| setShowRowsSelector (bool $a_value) | |
| Toggle rows-per-page selector. More... | |
| getShowRowsSelector () | |
| setShowTemplates (bool $a_value) | |
| getShowTemplates () | |
| restoreTemplate (string $a_name) | |
| Restore state from template. More... | |
| saveTemplate (string $a_name) | |
| Save current state as template. More... | |
| deleteTemplate (string $a_name) | |
| getLimit () | |
| getOffset () | |
| setExportFormats (array $formats) | |
| Set available export formats. More... | |
| setPrintMode (bool $a_value=false) | |
| getPrintMode () | |
| getExportMode () | |
| exportData (int $format, bool $send=false) | |
| Export and optionally send current table data. More... | |
| setEnableAllCommand (bool $a_value) | |
| setRowSelectorLabel (string $row_selector_label) | |
| getRowSelectorLabel () | |
| setPreventDoubleSubmission (bool $a_val) | |
| getPreventDoubleSubmission () | |
| setLimit (int $a_limit=0, int $a_default_limit=0) | |
Public Member Functions inherited from ilTableGUI | |
| __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 | getAllCommandLimit () |
Static Public Member Functions inherited from ilTableGUI | |
| static | linkbar (string $AScript, int $AHits, int $ALimit, int $AOffset, array $AParams=array(), array $ALayout=array(), string $prefix='') |
Data Fields | |
| const | FILTER_TEXT = 1 |
| const | FILTER_SELECT = 2 |
| const | FILTER_DATE = 3 |
| const | FILTER_LANGUAGE = 4 |
| const | FILTER_NUMBER_RANGE = 5 |
| const | FILTER_DATE_RANGE = 6 |
| const | FILTER_DURATION_RANGE = 7 |
| const | FILTER_DATETIME_RANGE = 8 |
| const | FILTER_CHECKBOX = 9 |
| const | EXPORT_EXCEL = 1 |
| const | EXPORT_CSV = 2 |
| const | ACTION_ALL_LIMIT = 1000 |
Data Fields inherited from ilTableGUI | |
| 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 Member Functions | |
| getRequestedValues () | |
| prepareOutput () | |
| Anything that must be done before HTML is generated. More... | |
| isFilterVisible () | |
| Check if filter is visible: manually shown (session, db) or default value set. More... | |
| isAdvMDFilter (ilAdvancedMDRecordGUI $a_gui, ilTableFilterItem $a_element) | |
| Check if filter element is based on adv md. More... | |
| fillRow (array $a_set) | |
| Standard Version of Fill Row. More... | |
| getFilterValue (ilTableFilterItem $a_item) | |
| Get current filter value. More... | |
| setFilterValue (ilTableFilterItem $a_item, $a_value) | |
| fillMetaExcel (ilExcel $a_excel, int &$a_row) | |
| Add meta information to excel export. More... | |
| fillHeaderExcel (ilExcel $a_excel, int &$a_row) | |
| Excel Version of Fill Header. More... | |
| fillRowExcel (ilExcel $a_excel, int &$a_row, array $a_set) | |
| Excel Version of Fill Row. More... | |
| fillMetaCSV (ilCSVWriter $a_csv) | |
| Add meta information to csv export. More... | |
| fillHeaderCSV (ilCSVWriter $a_csv) | |
| CSV Version of Fill Header. More... | |
| fillRowCSV (ilCSVWriter $a_csv, array $a_set) | |
| CSV Version of Fill Row. More... | |
Private Member Functions | |
| renderFilter () | |
| Render Filter section. More... | |
Private Attributes | |
| ILIAS DI UIServices | $ui |
| string | $unique_id = "" |
| string | $headerHTML = "" |
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
Definition at line 25 of file class.ilTable2GUI.php.
| ilTable2GUI::__construct | ( | ?object | $a_parent_obj, |
| string | $a_parent_cmd = "", |
||
| string | $a_template_context = "" |
||
| ) |
| object | null | $a_parent_obj | upper GUI class, which calls ilTable2GUI |
Definition at line 126 of file class.ilTable2GUI.php.
References $DIC, ilTableGUI\$lng, $unique_id, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\ctrl(), determineLimit(), determineSelectedColumns(), getId(), getRequestedValues(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), restoreTemplate(), setContext(), setEnableNumInfo(), setIsDataTable(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
final |
Definition at line 970 of file class.ilTable2GUI.php.
Referenced by ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilLinksTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilContainerFilterTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilAccessibilityTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilContributorTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilModulesTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ILIAS\Notifications\ilNotificationSettingsTable\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilContProfileTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilDclRecordListTableGUI\addActionRowIfNeeded(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\addColumns(), ilExAssignmentFileSystemTableGUI\addColumns(), ilEmployeeTalkTableGUI\addColumns(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\addColumns(), ilFileSystemTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\addColumns(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\addColumns(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), ilExportTableGUI\addCustomColumn(), ilWikiPagesTableGUI\addLanguageColumn(), ilWikiPagesTableGUI\addTranslationsColumn(), ilTestTopListTableGUI\buildColumns(), ilSCTreeDuplicatesTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilUserClipboardTableGUI\init(), ilLTIProviderReleasedObjectsTableGUI\init(), ilSCGroupTableGUI\init(), ilLogComponentTableGUI\init(), ilUserExportFileTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilTrashTableGUI\init(), ilSCTaskTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilTimingsManageTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilObjectTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilMatchingQuestionAnswerFreqStatTableGUI\initColumns(), ilKprimChoiceAnswerFreqStatTableGUI\initColumns(), ilMailingListsMembersTableGUI\initColumns(), ilMailingListsTableGUI\initColumns(), ilTestPersonalDefaultSettingsTableGUI\initColumns(), ilQuestionPoolImportVerificationTableGUI\initColumns(), ilTestPassManualScoringOverviewTableGUI\initColumns(), ilExportTableGUI\initColumns(), ilDashboardSortationTableGUI\initColumns(), ilMMItemTranslationTableGUI\initColumns(), ilCmiXapiLrsTypesTableGUI\initColumns(), ilMMTopItemTableGUI\initColumns(), ilLTIConsumerProviderUsageTableGUI\initColumns(), ilQuestionUsagesTableGUI\initColumns(), ilQuestionInternalLinkSelectionTableGUI\initColumns(), ilTestManScoringParticipantsTableGUI\initColumns(), ilBiblTranslationTableGUI\initColumns(), ilQuestionCumulatedStatisticsTableGUI\initColumns(), ilImageMapTableGUI\initColumns(), ilMarkSchemaTableGUI\initColumns(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilTestExportTableGUI\initColumns(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initColumns(), ilLTIConsumerGradeSynchronizationTableGUI\initColumns(), ilBiblFieldFilterTableGUI\initColumns(), ilBiblAdminFieldTableGUI\initColumns(), ilBiblLibraryTableGUI\initColumns(), ilCmiXapiStatementsTableGUI\initColumns(), ilRepositoryObjectSearchResultTableGUI\initColumns(), ilLTIConsumerScoringTableGUI\initColumns(), ilCmiXapiScoringTableGUI\initColumns(), ilTestSkillLevelThresholdsTableGUI\initColumns(), ilOrgUnitPositionTableGUI\initColumns(), ilTestPassDetailsOverviewTableGUI\initColumns(), ilOrgUnitTypeTableGUI\initColumns(), ilAssQuestionSkillAssignmentsTableGUI\initColumns(), ilMMSubItemTableGUI\initColumns(), ilAssQuestionSkillUsagesTableGUI\initColumns(), ilParticipantsTestResultsTableGUI\initColumns(), ilTestQuestionsTableGUI\initColumns(), ilAnswerFrequencyStatisticTableGUI\initColumns(), ilTestParticipantsTableGUI\initColumns(), ilTestPassOverviewTableGUI\initColumns(), ilOrgUnitPermissionTableGUI\initColumns(), ilLTIConsumerProviderTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourGroupTableGUI\initTable(), ilECSServerTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumDraftsTableGUI\initTableColumns(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ilForumTopicTableGUI\initTopicsOverviewTable(), ilExportTableGUI\prepareOutput(), ilOrgUnitUserAssignmentTableGUI\setTableHeaders(), and ilOrgUnitRecursiveUserAssignmentTableGUI\setTableHeaders().
Here is the caller graph for this function:| ilTable2GUI::addCommandButton | ( | string | $a_cmd, |
| string | $a_text, | ||
| string | $a_onclick = '', |
||
| string | $a_id = "", |
||
| string | $a_class = "" |
||
| ) |
Definition at line 900 of file class.ilTable2GUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands(), ilObjStudyProgrammeIndividualPlanGUI\appendIndividualPlanActions(), ilOrgUnitDefaultPermissionTableGUI\end(), ilExAssignmentFileSystemTableGUI\getEntries(), ilSCTreeDuplicatesTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilObjectCopyCourseGroupSelectionTableGUI\init(), ilUserClipboardTableGUI\init(), ilLogComponentTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilTimingsManageTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), assFileUploadFileTableGUI\initCommand(), ilMailFolderTableGUI\initCommandButtons(), ilTestQuestionsTableGUI\initCommands(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilLPCollectionSettingsTableGUI\parse(), ilAssignmentsPerParticipantTableGUI\parseData(), ilParticipantsPerAssignmentTableGUI\parseData(), ilObjectTranslationTableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
Here is the caller graph for this function:| ilTable2GUI::addCommandButtonInstance | ( | ilButtonBase | $a_button | ) |
Definition at line 911 of file class.ilTable2GUI.php.
|
final |
Definition at line 506 of file class.ilTable2GUI.php.
References setFilterValue().
Referenced by ilBiblFieldFilterTableGUI\addAndReadFilterItem(), ilBiblAdminFieldTableGUI\addAndReadFilterItem(), ilBiblEntryTableGUI\addAndReadFilterItem(), ilMMSubItemTableGUI\addAndReadFilterItem(), addFilterItemByMetaType(), ilUserTableGUI\addFilterItemByUdfType(), ilLPTableBaseGUI\initBaseFilter(), ilExerciseSubmissionTableGUI\initCourseGroupFilter(), ilPDNewsTableGUI\initFilter(), ilLTIConsumerGradeSynchronizationTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilRoleAssignmentTableGUI\initFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilBuddySystemRelationsTableGUI\initFilter(), ilCmiXapiStatementsTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\initFilter(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\initFilter(), ilLanguageExtTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\initFilter(), ilMStListCoursesTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilMStShowUserCoursesTableGUI\initFilter(), ilPresentationListTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilTermListTableGUI\initFilter(), ilTestParticipantsTableGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilRegistrationCodesTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilSessionMaterialsTableGUI\initFilter(), ilTrUserObjectsPropsTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), ilUserTableGUI\initFilter(), ilLTIConsumerProviderTableGUI\initFilter(), ilMailFolderTableGUI\initFilter(), and ilLPTableBaseGUI\initRepositoryFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::addFilterItemByMetaType | ( | string | $id, |
| int | $type = self::FILTER_TEXT, |
||
| bool | $a_optional = false, |
||
| string | $caption = "" |
||
| ) |
Add filter by standard type.
| Exception |
Definition at line 531 of file class.ilTable2GUI.php.
References $DIC, ilTableGUI\$lng, addFilterItem(), ilCombinationInputGUI\COMPARISON_ASCENDING, ilLanguage\getInstalledLanguages(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by ilEmployeeTalkTableGUI\__construct(), ilDclMobFieldRepresentation\addFilterInputFieldToTable(), ilDclTextFieldRepresentation\addFilterInputFieldToTable(), ilDclDateFieldRepresentation\addFilterInputFieldToTable(), ilDclRatingFieldRepresentation\addFilterInputFieldToTable(), ilDclBooleanFieldRepresentation\addFilterInputFieldToTable(), ilDclIliasReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclNumberFieldRepresentation\addFilterInputFieldToTable(), ilDclCopyFieldRepresentation\addFilterInputFieldToTable(), ilDclSelectionFieldRepresentation\addFilterInputFieldToTable(), ilDclReferenceFieldRepresentation\addFilterInputFieldToTable(), ilParticipantTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilRbacLogTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilBadgeTableGUI\initFilter(), ilObjectBadgeTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilBadgeUserTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilWorkspaceShareTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilExerciseSubmissionTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), and ilStudyProgrammeMembersTableGUI\initFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::addHeaderCommand | ( | string | $a_href, |
| string | $a_text, | ||
| string | $a_target = "", |
||
| string | $a_img = "" |
||
| ) |
Definition at line 950 of file class.ilTable2GUI.php.
| ilTable2GUI::addHiddenInput | ( | string | $a_name, |
| string | $a_value | ||
| ) |
Definition at line 945 of file class.ilTable2GUI.php.
Referenced by ilBookingBulkCreationTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), addMultiItemSelectionButton(), ilTestSkillLevelThresholdsTableGUI\fillRow(), and ilTestQuestionBrowserTableGUI\handleParameters().
Here is the caller graph for this function:| ilTable2GUI::addMultiCommand | ( | string | $a_cmd, |
| string | $a_text | ||
| ) |
Definition at line 940 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilContributorTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilContProfileTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands(), ilExportTableGUI\addCustomMultiCommand(), ilStudyProgrammeMembersTableGUI\addMultiCommands(), ilCalendarRecurrenceTableGUI\init(), ilUserClipboardTableGUI\init(), ilUserExportFileTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilTrashTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilTestQuestionBrowserTableGUI\init(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilMMItemTranslationTableGUI\initCommands(), ilParticipantsTestResultsTableGUI\initCommands(), ilTestQuestionsTableGUI\initCommands(), ilTestParticipantsTableGUI\initCommands(), ilLTIConsumerProviderTableGUI\initCommands(), ilLearningSequenceParticipantsTableGUI\initForm(), ilTestExportTableGUI\initMultiCommands(), ilQuestionPoolExportTableGUI\initMultiCommands(), ilExportTableGUI\initMultiCommands(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilMailFolderTableGUI\initMultiCommands(), ilConsultationHourBookingTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumDraftsTableGUI\initTableColumns(), ilForumTopicTableGUI\initTopicsOverviewTable(), ilLPCollectionSettingsTableGUI\parse(), ilObjRoleGUI\permObject(), ilObjectTranslationTableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), ilMediaPoolTableGUI\prepareOutput(), ilMailingListsGUI\showMembersList(), and ilOrgUnitDefaultPermissionTableGUI\start().
Here is the caller graph for this function:| ilTable2GUI::addMultiItemSelectionButton | ( | string | $a_sel_var, |
| array | $a_options, | ||
| string | $a_cmd, | ||
| string | $a_text, | ||
| string | $a_default_selection = '' |
||
| ) |
| string | $a_sel_var | selection input variable name |
| array | $a_options | selection options ("value" => text") |
| string | $a_cmd | command |
| string | $a_text | button text |
| string | $a_default_selection |
Definition at line 924 of file class.ilTable2GUI.php.
References addHiddenInput().
Referenced by ilCourseParticipantsGroupsTableGUI\__construct(), and ilRepositoryUserResultTableGUI\initMultiCommands().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::clearCommandButtons | ( | ) |
Definition at line 895 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\parse().
Here is the caller graph for this function:
|
final |
Definition at line 490 of file class.ilTable2GUI.php.
Referenced by ilDclRecordListTableGUI\exportData(), exportData(), fillActionRow(), fillFooter(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilObjectTranslationTableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), and ilObjectTranslation2TableGUI\prepareOutput().
Here is the caller graph for this function:| ilTable2GUI::deleteTemplate | ( | string | $a_name | ) |
Definition at line 2589 of file class.ilTable2GUI.php.
References $DIC, ANONYMOUS_USER_ID, getContext(), and ilLegacyFormElementsUtil\prepareFormOutput().
Referenced by fillFooter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineLimit | ( | ) |
Definition at line 217 of file class.ilTable2GUI.php.
References $DIC, ilTableGUI\$limit, ILIAS\Repository\int(), loadProperty(), resetOffset(), setLimit(), and storeProperty().
Referenced by ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), __construct(), getCurrentState(), ilSCORMTrackingItemsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), and ilBiblAdminFieldTableGUI\parseData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineOffsetAndOrder | ( | bool | $a_omit_offset = false | ) |
Definition at line 1188 of file class.ilTable2GUI.php.
References $DIC, $requested_nav_par, $requested_nav_par1, $requested_nav_par2, ANONYMOUS_USER_ID, getDefaultOrderDirection(), getDefaultOrderField(), getExternalSegmentation(), getId(), ILIAS\Repository\int(), loadProperty(), resetOffset(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), and setOrderField().
Referenced by ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilLPTableBaseGUI\executeCommand(), exportData(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilUserExportFileTableGUI\init(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerGradeSynchronizationGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilForumTopicTableGUI\initMergeThreadsTable(), ilSCORMTrackingUsersTableGUI\parse(), ilTrashTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilBiblAdminFieldTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and resetOffset().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineSelectedColumns | ( | ) |
Definition at line 263 of file class.ilTable2GUI.php.
References Vendor\Package\$c, getId(), getSelectableColumns(), loadProperty(), and storeProperty().
Referenced by __construct(), and getCurrentState().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineSelectedFilters | ( | ) |
Definition at line 695 of file class.ilTable2GUI.php.
References getFilterItems(), loadProperty(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), getCurrentState(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), renderFilter(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::exportData | ( | int | $format, |
| bool | $send = false |
||
| ) |
Export and optionally send current table data.
Definition at line 2657 of file class.ilTable2GUI.php.
References $filename, dataExists(), determineOffsetAndOrder(), exit, fillHeaderCSV(), fillHeaderExcel(), fillMetaCSV(), fillMetaExcel(), fillRowCSV(), fillRowExcel(), getExternalSorting(), ilTableGUI\getOrderDirection(), getOrderField(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), ILIAS\Repository\lng(), numericOrdering(), and ilArrayUtil\sortArray().
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillActionRow | ( | ) |
Definition at line 2157 of file class.ilTable2GUI.php.
References ilTableGUI\$lng, $txt, dataExists(), ilLegacyFormElementsUtil\formSelect(), ilUtil\getImagePath(), getTopCommands(), and ilLanguage\txt().
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillFooter | ( | ) |
Definition at line 1759 of file class.ilTable2GUI.php.
References Vendor\Package\$c, $ctrl, $DIC, ilTableGUI\$limit, ilTableGUI\$lng, ilTableGUI\$max_count, $url, dataExists(), deleteTemplate(), ilTableGUI\getColumnCount(), getContext(), getDisableFilterHiding(), getDisplayAsBlock(), getEnableNumInfo(), getFormName(), getId(), getLinkbar(), getParentCmd(), getRowSelectorLabel(), getSelectableColumns(), ilTableGUI\getSelectAllCheckbox(), getShowRowsSelector(), getShowTemplates(), isColumnSelected(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), saveTemplate(), ilLanguage\txt(), ILIAS\Repository\ui(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillHeader | ( | ) |
Definition at line 1031 of file class.ilTable2GUI.php.
References ilTableGUI\$lng, $sort_order, ilTooltipGUI\addTooltip(), getFormName(), getId(), ilUtil\getImagePath(), ilTableGUI\getSelectAllCheckbox(), ilUtil\img(), ILIAS\Repository\lng(), setOrderLink(), and ilLanguage\txt().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
CSV Version of Fill Header.
Likely to be overwritten by derived class.
| ilCSVWriter | $a_csv | current file |
Definition at line 2795 of file class.ilTable2GUI.php.
References ilTableGUI\$title, ilCSVWriter\addColumn(), and ilCSVWriter\addRow().
Referenced by exportData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Excel Version of Fill Header.
Likely to be overwritten by derived class.
| ilExcel | $a_excel | excel wrapper |
| int | $a_row | row counter |
Definition at line 2751 of file class.ilTable2GUI.php.
References ilTableGUI\$title, ilExcel\getColumnCoord(), ilExcel\setBold(), and ilExcel\setCell().
Referenced by exportData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillHiddenRow | ( | ) |
Definition at line 2141 of file class.ilTable2GUI.php.
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the caller graph for this function:
|
protected |
Add meta information to csv export.
Likely to be overwritten by derived class.
| ilCSVWriter | $a_csv | current file |
Definition at line 2786 of file class.ilTable2GUI.php.
Referenced by exportData().
Here is the caller graph for this function:
|
protected |
Add meta information to excel export.
Likely to be overwritten by derived class.
| ilExcel | $a_excel | excel wrapper |
| int | $a_row | row counter |
Definition at line 2741 of file class.ilTable2GUI.php.
Referenced by exportData().
Here is the caller graph for this function:
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
| array<string,mixed> | $a_set data array |
Definition at line 1752 of file class.ilTable2GUI.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by ilObjLearningSequenceContentTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilBiblFieldFilterTableGUI\addAndReadFilterItem(), ilBiblEntryTableGUI\addAndReadFilterItem(), ilDclRecordListTableGUI\buildData(), ilADNNotificationTableGUI\formatDate(), getHTML(), ilQuestionUsagesTableGUI\initColumns(), ilMMSubItemTableGUI\initColumns(), ilForumTopicTableGUI\initMergeThreadsTable(), and ilMMItemTranslationTableGUI\parseData().
Here is the caller graph for this function:
|
protected |
CSV Version of Fill Row.
Most likely to be overwritten by derived class.
| ilCSVWriter | $a_csv | current file |
| array | $a_set | data array |
Definition at line 2812 of file class.ilTable2GUI.php.
References ILIAS\LTI\ToolProvider\$key, ilCSVWriter\addColumn(), and ilCSVWriter\addRow().
Referenced by exportData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Excel Version of Fill Row.
Most likely to be overwritten by derived class.
| ilExcel | $a_excel | excel wrapper |
| int | $a_row | row counter |
| array | $a_set | data array |
Definition at line 2770 of file class.ilTable2GUI.php.
References ilExcel\setCell().
Referenced by exportData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ilTable2GUI::getCloseFormTag | ( | ) |
Definition at line 212 of file class.ilTable2GUI.php.
References $close_form_tag.
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilTable2GUI::getContext | ( | ) |
Definition at line 2503 of file class.ilTable2GUI.php.
References $context.
Referenced by deleteTemplate(), fillFooter(), restoreTemplate(), and saveTemplate().
Here is the caller graph for this function:| ilTable2GUI::getCurrentState | ( | ) |
get current settings for order, limit, columns and filter
Definition at line 2427 of file class.ilTable2GUI.php.
References $selected_column, determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), getFilterValue(), getLimit(), getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and getSelectedFilters().
Referenced by ilStudyProgrammeMembersTableGUI\getFilterValues(), saveTemplate(), and ilEmployeeTalkTableGUI\setTalkData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 485 of file class.ilTable2GUI.php.
References $row_data.
Referenced by ilPCFileListTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilTestSkillLevelThresholdsTableGUI\getInputElements(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilImageMapTableGUI\initActions(), ilKprimChoiceAnswerFreqStatTableGUI\initColumns(), ilAnswerFrequencyStatisticTableGUI\initColumns(), assFileUploadFileTableGUI\initCommand(), ILIAS\LegalDocuments\Legacy\Table\renderModals(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
Here is the caller graph for this function:| ilTable2GUI::getDefaultFilterVisibility | ( | ) |
Definition at line 890 of file class.ilTable2GUI.php.
References $default_filter_visibility.
Referenced by isFilterVisible().
Here is the caller graph for this function:| ilTable2GUI::getDefaultOrderDirection | ( | ) |
Definition at line 880 of file class.ilTable2GUI.php.
References $defaultorderdirection.
Referenced by determineOffsetAndOrder(), and ilStudyProgrammeMembersTableGUI\getOrdering().
Here is the caller graph for this function:| ilTable2GUI::getDefaultOrderField | ( | ) |
Definition at line 869 of file class.ilTable2GUI.php.
References $defaultorderfield.
Referenced by determineOffsetAndOrder(), ilRegistrationCodesTableGUI\getItems(), and ilStudyProgrammeMembersTableGUI\getOrdering().
Here is the caller graph for this function:| ilTable2GUI::getDescription | ( | ) |
Definition at line 465 of file class.ilTable2GUI.php.
References $description.
Referenced by render().
Here is the caller graph for this function:| ilTable2GUI::getDisableFilterHiding | ( | ) |
Definition at line 671 of file class.ilTable2GUI.php.
References $disable_filter_hiding.
Referenced by fillFooter(), and renderFilter().
Here is the caller graph for this function:| ilTable2GUI::getDisplayAsBlock | ( | ) |
Definition at line 794 of file class.ilTable2GUI.php.
References $display_as_block.
Referenced by fillFooter(), getLinkbar(), and render().
Here is the caller graph for this function:| ilTable2GUI::getEnableHeader | ( | ) |
Definition at line 437 of file class.ilTable2GUI.php.
| ilTable2GUI::getEnableNumInfo | ( | ) |
Definition at line 447 of file class.ilTable2GUI.php.
References $num_info.
Referenced by fillFooter().
Here is the caller graph for this function:| ilTable2GUI::getEnableTitle | ( | ) |
Definition at line 427 of file class.ilTable2GUI.php.
| ilTable2GUI::getExportMode | ( | ) |
Definition at line 2649 of file class.ilTable2GUI.php.
References $export_mode.
Referenced by ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\addColumns(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), getLimit(), getOffset(), and ilMStShowUserCoursesTableGUI\getSpaceOrValue().
Here is the caller graph for this function:| ilTable2GUI::getExternalSegmentation | ( | ) |
Definition at line 848 of file class.ilTable2GUI.php.
References $ext_seg.
Referenced by determineOffsetAndOrder(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), and ilWaitingListTableGUI\readUserData().
Here is the caller graph for this function:| ilTable2GUI::getExternalSorting | ( | ) |
Definition at line 812 of file class.ilTable2GUI.php.
References $ext_sort.
Referenced by exportData(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilAccessibilityTableGUI\populate(), and ilWebDAVMountInstructionsDocumentTableGUI\populate().
Here is the caller graph for this function:| ilTable2GUI::getFilterCols | ( | ) |
Definition at line 661 of file class.ilTable2GUI.php.
References $filter_cols.
Referenced by renderFilter().
Here is the caller graph for this function:| ilTable2GUI::getFilterCommand | ( | ) |
|
final |
Definition at line 641 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by ilLanguageExtTableGUI\__construct(), ilLPTableBaseGUI\executeCommand(), ilLPTableBaseGUI\getCurrentFilter(), ilMediaPoolTableGUI\getInsertCommand(), getSelectedColumns(), ilLTIConsumerGradeSynchronizationGUI\initActivityProgressFilter(), ilCmiXapiStatementsGUI\initActorFilter(), ilLTIConsumerGradeSynchronizationGUI\initActorFilter(), ilLTIConsumerXapiStatementsGUI\initActorFilter(), ilObjectRolePermissionTableGUI\initColumns(), ilDclRecordListTableGUI\initFilter(), ilLTIConsumerGradeSynchronizationGUI\initGradingProgressFilter(), ilCmiXapiStatementsGUI\initPeriodFilter(), ilLTIConsumerXapiStatementsGUI\initPeriodFilter(), ilLTIConsumerGradeSynchronizationGUI\initPeriodFilter(), ilCmiXapiStatementsGUI\initVerbFilter(), and ilLTIConsumerXapiStatementsGUI\initVerbFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 633 of file class.ilTable2GUI.php.
References $filters, and $optional_filters.
Referenced by determineSelectedFilters(), getFilterItemByPostVar(), ilTestQuestionBrowserTableGUI\getQuestionsData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), ilBuddySystemRelationsTableGUI\initFilter(), renderFilter(), resetFilter(), ILIAS\LegalDocuments\Legacy\Table\setupFilter(), and writeFilterToSession().
Here is the caller graph for this function:
|
protected |
Get current filter value.
Definition at line 2468 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by getCurrentState(), and ilStudyProgrammeMembersTableGUI\getFilterValues().
Here is the caller graph for this function:
|
final |
Definition at line 758 of file class.ilTable2GUI.php.
References $form_action.
Referenced by ilBiblLibraryTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), and ilLOTestAssignmentTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::getFormName | ( | ) |
Definition at line 768 of file class.ilTable2GUI.php.
References $formname.
Referenced by fillFooter(), fillHeader(), ilObjectRolePermissionTableGUI\fillRow(), ilOrgUnitPermissionTableGUI\fillSelectAll(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilTable2GUI::getHTML | ( | ) |
Get HTML.
Definition at line 1269 of file class.ilTable2GUI.php.
References $ctrl, ilTableGUI\$data, $DIC, ilTableGUI\$lng, dataExists(), determineOffsetAndOrder(), exportData(), fillActionRow(), fillFooter(), fillHiddenRow(), fillRow(), getCloseFormTag(), getData(), getExportMode(), getExternalSegmentation(), getExternalSorting(), getFormAction(), getFormName(), getId(), getLimit(), getNavParameter(), getNoEntriesText(), getOffset(), getOpenFormTag(), ilTableGUI\getOrderDirection(), getOrderField(), getParentObject(), getPreventDoubleSubmission(), getPrintMode(), ILIAS\Repository\lng(), numericOrdering(), prepareOutput(), render(), ilTableGUI\setFooter(), ilTableGUI\setMaxCount(), ilDatePresentation\setUseRelativeDates(), ilArrayUtil\sortArray(), storeNavParameter(), and ilLanguage\txt().
Referenced by ilObjForumGUI\mergeThreadsObject(), and ilObjForumGUI\showStatisticsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::getId | ( | ) |
Definition at line 784 of file class.ilTable2GUI.php.
References $id.
Referenced by ilLearningSequenceParticipantsTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), __construct(), ilTestSkillLevelThresholdsTableGUI\completeCompetenceTitles(), ilLOMemberTestResultTableGUI\createTestResultLink(), determineOffsetAndOrder(), determineSelectedColumns(), fillFooter(), fillHeader(), ilCourseParticipantsTableGUI\fillRow(), ilAssignmentsPerParticipantTableGUI\fillRow(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilMediaPoolTableGUI\getInsertCommand(), ilParticipantTableGUI\getSelectableColumns(), ilSubscriberTableGUI\getSelectableColumns(), ilWaitingListTableGUI\getSelectableColumns(), ilLearningSequenceParticipantsTableGUI\getSelectableColumns(), ilWorkspaceShareTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilParticipantTableGUI\initSettings(), ilDclRecordListTableGUI\loadProperty(), loadProperty(), ilLOMemberTestResultTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExerciseSubmissionTableGUI\parseColumns(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilBuddySystemRelationsTableGUI\render(), render(), renderFilter(), and storeProperty().
Here is the caller graph for this function:| ilTable2GUI::getIsDataTable | ( | ) |
| ilTable2GUI::getLimit | ( | ) |
Definition at line 2605 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilForumThreadObjectTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilUserTableGUI\buildUserQuery(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerGradeSynchronizationGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilForumTopicTableGUI\initMergeThreadsTable(), ilTrashTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), and ilEmployeeTalkTableGUI\setTalkData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::getLinkbar | ( | string | $a_num | ) |
Definition at line 2043 of file class.ilTable2GUI.php.
References $ctrl, $DIC, ilTableGUI\$lng, $nav_value, ilLegacyFormElementsUtil\formSelect(), getDisplayAsBlock(), getLimit(), getNavParameter(), getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and ilLanguage\txt().
Referenced by fillFooter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 995 of file class.ilTable2GUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), getLinkbar(), getRequestedValues(), and setOrderLink().
Here is the caller graph for this function:| ilTable2GUI::getNoEntriesText | ( | ) |
Definition at line 407 of file class.ilTable2GUI.php.
References $noentriestext.
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), and ilBuddySystemRelationsTableGUI\render().
Here is the caller graph for this function:| ilTable2GUI::getOffset | ( | ) |
Definition at line 2613 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilForumThreadObjectTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilUserTableGUI\buildUserQuery(), ilLPTableBaseGUI\executeCommand(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerGradeSynchronizationGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilForumTopicTableGUI\initMergeThreadsTable(), ilTrashTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilEmployeeTalkTableGUI\setTalkData(), and storeNavParameter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::getOpenFormTag | ( | ) |
Definition at line 202 of file class.ilTable2GUI.php.
References $open_form_tag.
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilTable2GUI::getOrderField | ( | ) |
Definition at line 475 of file class.ilTable2GUI.php.
References $order_field.
Referenced by ilForumThreadObjectTableGUI\__construct(), exportData(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), ilSessionMaterialsTableGUI\getDataFromDb(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilStudyProgrammeMembersTableGUI\getOrdering(), ilUserTableGUI\getUserIdsForFilter(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerGradeSynchronizationGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilForumTopicTableGUI\initMergeThreadsTable(), ilLTIConsumerGradeSynchronizationGUI\initTableData(), ilSCORMTrackingUsersTableGUI\parse(), ilTrashTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), resetOffset(), and storeNavParameter().
Here is the caller graph for this function:| ilTable2GUI::getParentCmd | ( | ) |
Definition at line 387 of file class.ilTable2GUI.php.
References $parent_cmd.
Referenced by ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestQuestionsTableGUI\buildQuestionRemoveButton(), fillFooter(), ilPageHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilContainerStartObjectsTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilAssignedUsersTableGUI\getContactLink(), ilTestQuestionsTableGUI\getPreviewLink(), ilCalendarRecurrenceTableGUI\init(), ilUserExportFileTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilConsultationHourBookingTableGUI\parse(), ilAssignmentsPerParticipantTableGUI\parseData(), renderFilter(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:| ilTable2GUI::getParentObject | ( | ) |
Definition at line 382 of file class.ilTable2GUI.php.
References $parent_obj.
Referenced by ilPCFileListTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilMailFolderTableGUI\addPrintRowAction(), ilMailFolderTableGUI\addViewRowAction(), ILIAS\LegalDocuments\Legacy\Table\applyParamters(), ilTestQuestionsTableGUI\buildQuestionRemoveButton(), ilMailFolderTableGUI\fetchTableData(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilForumDraftsTableGUI\fillRow(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilAdvancedMDFieldDefinitionGroupTableGUI\fillRow(), ilConditionHandlerTableGUI\fillRow(), ilSCGroupTableGUI\fillRow(), ilConsultationHourGroupTableGUI\fillRow(), ilAuthLoginPageEditorTableGUI\fillRow(), ilECSServerTableGUI\fillRow(), ilLDAPRoleMappingTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilObjectCustomUserFieldsTableGUI\fillRow(), ilRoleTableGUI\fillRow(), ilSCORMTrackingItemsPerScoTableGUI\fillRow(), ilLDAPServerTableGUI\fillRow(), ilMemberExportFileTableGUI\fillRow(), ilSamlIdpTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilImportantPagesTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilECSCommunityTableGUI\fillRow(), ilSCORMTrackingItemsPerUserTableGUI\fillRow(), ilContSkillTableGUI\fillRow(), ilDclExportTableGUI\fillRow(), ilECSNodeMappingTreeTableGUI\fillRow(), ilConsultationHourBookingTableGUI\fillRow(), ilExcDeliveredFilesTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilBadgeImageTemplateTableGUI\fillRow(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilTestPassOverviewTableGUI\fillRow(), ilConsultationHoursTableGUI\fillRow(), ilContSkillMemberTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilSurveyAppraiseesTableGUI\fillRow(), ilObjectConsumerTableGUI\fillRow(), ilExportTableGUI\fillRow(), ilBadgePersonalTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilBadgeTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilObjectBadgeTableGUI\fillRow(), ilUserRoleStartingPointTableGUI\fillRow(), ilEmployeeTalkTableGUI\fillRow(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), ilTestQuestionsTableGUI\fillRow(), ilCronManagerTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilWebDAVMountInstructionsDocumentTableGUI\formatActions(), ilMailTemplateTableGUI\formatActionsDropDown(), ilAccessibilityDocumentTableGUI\formatActionsDropDown(), ilTestExportTableGUI\formatActionsList(), ilQuestionPoolExportTableGUI\formatActionsList(), ilUserRoleStartingPointTableGUI\getActions(), ilAssignedUsersTableGUI\getContactLink(), ilStudyProgrammeIndividualPlanTableGUI\getDeadlineInput(), ilUserRoleStartingPointTableGUI\getEditLink(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilMailFolderTableGUI\getHTML(), getHTML(), ilContainerStartObjectsContentTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilAssignedUsersTableGUI\getLeaveLink(), ilStudyProgrammeMembersTableGUI\getLinkTargetForAction(), ilStudyProgrammeIndividualPlanTableGUI\getManualStatusSelect(), ilTestQuestionsTableGUI\getPreviewLink(), ilStudyProgrammeIndividualPlanTableGUI\getRequiredPointsInput(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilTestPassOverviewTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilParticipantTableGUI\initFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilForumTopicTableGUI\initMergeThreadsTable(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExerciseSubmissionTableGUI\parseColumns(), ilAssignmentsPerParticipantTableGUI\parseData(), ilLocalUnitCategoryTableGUI\populateTitle(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilExerciseSubmissionTableGUI\render(), ilSubscriberTableGUI\showActionLinks(), and ilWaitingListTableGUI\showActionLinks().
Here is the caller graph for this function:
|
final |
Definition at line 501 of file class.ilTable2GUI.php.
References ilTableGUI\$prefix.
Referenced by setId().
Here is the caller graph for this function:| ilTable2GUI::getPreventDoubleSubmission | ( | ) |
Definition at line 2857 of file class.ilTable2GUI.php.
References $prevent_double_submission.
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilTable2GUI::getPrintMode | ( | ) |
Definition at line 2644 of file class.ilTable2GUI.php.
References $print_mode.
Referenced by ilTrUserObjectsPropsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), getLimit(), getOffset(), and render().
Here is the caller graph for this function:
|
protected |
Definition at line 185 of file class.ilTable2GUI.php.
References getNavParameter().
Referenced by __construct(), and setPrefix().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::getResetCommand | ( | ) |
| ilTable2GUI::getRowSelectorLabel | ( | ) |
Definition at line 2847 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by fillFooter().
Here is the caller graph for this function:| ilTable2GUI::getSelectableColumns | ( | ) |
Get selectable columns.
Definition at line 258 of file class.ilTable2GUI.php.
Referenced by determineSelectedColumns(), and fillFooter().
Here is the caller graph for this function:| ilTable2GUI::getSelectedColumns | ( | ) |
Definition at line 337 of file class.ilTable2GUI.php.
References $ctrl, getFilterItemByPostVar(), ilCtrl\getNextClass(), and initFilter().
Referenced by ilSurveyResultsCumulatedTableGUI\__construct(), ilAccessibilityTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\fillHeaderCSV(), ilSCORM2004TrackingItemsTableGUI\fillHeaderCSV(), ilTrObjectUsersPropsTableGUI\fillHeaderCSV(), ilTrUserObjectsPropsTableGUI\fillHeaderCSV(), ilTrMatrixTableGUI\fillHeaderCSV(), ilTrSummaryTableGUI\fillHeaderCSV(), ilSCORMTrackingItemsTableGUI\fillHeaderExcel(), ilSCORM2004TrackingItemsTableGUI\fillHeaderExcel(), ilTrObjectUsersPropsTableGUI\fillHeaderExcel(), ilTrUserObjectsPropsTableGUI\fillHeaderExcel(), ilTrMatrixTableGUI\fillHeaderExcel(), ilTrSummaryTableGUI\fillHeaderExcel(), ilStudyProgrammeIndividualPlanTableGUI\fillRow(), ilSearchResultTableGUI\fillRow(), ilGroupParticipantsTableGUI\fillRow(), ilLearningSequenceParticipantsTableGUI\fillRow(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilStudyProgrammeMembersTableGUI\fillRow(), ilRepositoryUserResultTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilSurveyResultsCumulatedTableGUI\fillRow(), ilTermListTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRow(), ilSCORM2004TrackingItemsTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\fillRow(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilBookingObjectsTableGUI\fillRow(), ilSessionParticipantsTableGUI\fillRow(), ilMStListCoursesTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilTrMatrixTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilBookingReservationsTableGUI\fillRow(), ilTrSummaryTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRowCSV(), ilSCORM2004TrackingItemsTableGUI\fillRowCSV(), ilTrObjectUsersPropsTableGUI\fillRowCSV(), ilTrUserObjectsPropsTableGUI\fillRowCSV(), ilTrMatrixTableGUI\fillRowCSV(), ilTrSummaryTableGUI\fillRowCSV(), ilSCORMTrackingItemsTableGUI\fillRowExcel(), ilSCORM2004TrackingItemsTableGUI\fillRowExcel(), ilTrObjectUsersPropsTableGUI\fillRowExcel(), ilTrUserObjectsPropsTableGUI\fillRowExcel(), ilTrMatrixTableGUI\fillRowExcel(), ilTrSummaryTableGUI\fillRowExcel(), ilBookingReservationsTableGUI\getAdditionalExportCols(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\getFieldValuesForExport(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\getFieldValuesForExport(), ilMStShowUserCoursesTableGUI\getFieldValuesForExport(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\getFieldValuesForExport(), ilMStListCoursesTableGUI\getFieldValuesForExport(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilParticipantsPerAssignmentTableGUI\getModeColumns(), ilBookingReservationsTableGUI\getSelectedUserColumns(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilQuestionBrowserTableGUI\isCommentsColumnSelected(), ilTrSummaryTableGUI\isStatusShown(), ilGroupParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExerciseSubmissionTableGUI\parseColumns(), ilRepositoryUserResultTableGUI\parseUserIds(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and ILIAS\LegalDocuments\Legacy\Table\visibleColumns().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::getSelectedFilters | ( | ) |
Definition at line 684 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
Here is the caller graph for this function:| ilTable2GUI::getShowRowsSelector | ( | ) |
Definition at line 2516 of file class.ilTable2GUI.php.
References $show_rows_selector.
Referenced by fillFooter().
Here is the caller graph for this function:| ilTable2GUI::getShowTemplates | ( | ) |
Definition at line 2526 of file class.ilTable2GUI.php.
References $show_templates.
Referenced by fillFooter().
Here is the caller graph for this function:| ilTable2GUI::getTopAnchor | ( | ) |
| ilTable2GUI::getTopCommands | ( | ) |
Definition at line 965 of file class.ilTable2GUI.php.
References $top_commands.
Referenced by fillActionRow().
Here is the caller graph for this function:| ilTable2GUI::initFilter | ( | ) |
Definition at line 378 of file class.ilTable2GUI.php.
Referenced by ilCopySelfAssQuestionTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), getSelectedColumns(), ilParticipantsTestResultsTableGUI\init(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
Check if filter element is based on adv md.
Definition at line 1671 of file class.ilTable2GUI.php.
References ilAdvancedMDRecordGUI\getFilterElements().
Referenced by writeFilterToSession().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::isColumnSelected | ( | string | $col | ) |
Definition at line 332 of file class.ilTable2GUI.php.
Referenced by ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\addColumns(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), fillFooter(), ilTestQuestionsTableGUI\fillRow(), ilLPObjectStatisticsDailyTableGUI\fillRow(), ilLPObjectStatisticsTableGUI\fillRow(), ilLTIConsumerProviderTableGUI\fillRow(), ilLPObjectStatisticsLPTableGUI\fillRow(), ilLPObjectStatisticsDailyTableGUI\fillRowCSV(), ilLPObjectStatisticsTableGUI\fillRowCSV(), ilLPObjectStatisticsDailyTableGUI\fillRowExcel(), ilLPObjectStatisticsTableGUI\fillRowExcel(), ilTestQuestionsTableGUI\initColumns(), ilLTIConsumerProviderTableGUI\initColumns(), ilParticipantTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilGroupParticipantsTableGUI\parse(), and ilCourseParticipantsTableGUI\parse().
Here is the caller graph for this function:| ilTable2GUI::isFilterSelected | ( | string | $a_col | ) |
Is given filter selected?
Definition at line 679 of file class.ilTable2GUI.php.
Referenced by ilAccessibilityTableGUI\populate(), renderFilter(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
Check if filter is visible: manually shown (session, db) or default value set.
Definition at line 1659 of file class.ilTable2GUI.php.
References getDefaultFilterVisibility(), and loadProperty().
Referenced by renderFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::loadProperty | ( | string | $type | ) |
Definition at line 2407 of file class.ilTable2GUI.php.
Referenced by determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), and isFilterVisible().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::numericOrdering | ( | string | $a_field | ) |
Should this field be sorted numeric?
Definition at line 1404 of file class.ilTable2GUI.php.
Referenced by exportData(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), and ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues().
Here is the caller graph for this function:
|
protected |
Anything that must be done before HTML is generated.
Definition at line 1184 of file class.ilTable2GUI.php.
Referenced by ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the caller graph for this function:| ilTable2GUI::render | ( | ) |
Definition at line 1409 of file class.ilTable2GUI.php.
References ilTableGUI\$lng, fillHeader(), getDescription(), getDisplayAsBlock(), getId(), ilUtil\getImagePath(), getPrintMode(), ilTableGUI\getStyle(), renderFilter(), and ilLanguage\txt().
Referenced by ilTestSkillLevelThresholdsTableGUI\fillRow(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), getHTML(), and ilMMSubItemTableGUI\initColumns().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Render Filter section.
Definition at line 1508 of file class.ilTable2GUI.php.
References $DIC, ilTableGUI\$lng, determineSelectedFilters(), getDisableFilterHiding(), getFilterCols(), getFilterItems(), getId(), getParentCmd(), ilYuiUtil\initConnection(), isFilterSelected(), isFilterVisible(), and ilLanguage\txt().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::resetFilter | ( | ) |
Definition at line 1722 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), ilMediaPoolTableGUI\getInsertCommand(), ilTestQuestionBrowserTableGUI\resetFilterCmd(), ilObjSCORMLearningModuleGUI\resetUserTableFilter(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::resetOffset | ( | bool | $a_in_determination = false | ) |
Definition at line 368 of file class.ilTable2GUI.php.
References $nav_value, determineOffsetAndOrder(), ilTableGUI\getOrderDirection(), getOrderField(), and ilTableGUI\setOffset().
Referenced by ilForumThreadObjectTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilObjBadgeAdministrationGUI\applylistObjectBadgeUsers(), ilPermission2GUI\applyLogFilter(), determineLimit(), determineOffsetAndOrder(), ilLPTableBaseGUI\executeCommand(), ilMailFolderTableGUI\fetchTableData(), ilMediaPoolTableGUI\getInsertCommand(), ilUserLPTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilForumTopicTableGUI\initMergeThreadsTable(), ilCmiXapiStatementsGUI\initTableData(), ilExerciseManagementGUI\membersApplyObject(), ilExerciseManagementGUI\membersResetObject(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilWaitingListTableGUI\readUserData(), ilObjBadgeAdministrationGUI\resetlistObjectBadgeUsers(), ilPermission2GUI\resetLogFilter(), and ilCalendarManageTableGUI\resetToDefaults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::restoreTemplate | ( | string | $a_name | ) |
Restore state from template.
Definition at line 2534 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $DIC, ANONYMOUS_USER_ID, getContext(), storeProperty(), and ilUtil\stripSlashes().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::saveTemplate | ( | string | $a_name | ) |
Save current state as template.
Definition at line 2567 of file class.ilTable2GUI.php.
References $DIC, ANONYMOUS_USER_ID, getContext(), getCurrentState(), and ilLegacyFormElementsUtil\prepareFormOutput().
Referenced by fillFooter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::setCloseCommand | ( | string | $a_link | ) |
Definition at line 935 of file class.ilTable2GUI.php.
| ilTable2GUI::setCloseFormTag | ( | bool | $a_val | ) |
Definition at line 207 of file class.ilTable2GUI.php.
Referenced by ilQuestionPoolImportVerificationTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), and ilOrgUnitDefaultPermissionTableGUI\end().
Here is the caller graph for this function:| ilTable2GUI::setContext | ( | string | $id | ) |
Definition at line 2496 of file class.ilTable2GUI.php.
References $id.
Referenced by __construct().
Here is the caller graph for this function:| ilTable2GUI::setCustomPreviousNext | ( | string | $a_prev_link, |
| string | $a_next_link | ||
| ) |
Definition at line 741 of file class.ilTable2GUI.php.
|
final |
Definition at line 480 of file class.ilTable2GUI.php.
Referenced by ilBookingBulkCreationTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilContainerFilterTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilTermQuickListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilExportTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilTermListTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilExGradesTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilContProfileTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilBiblEntryTableGUI\addAndReadFilterItem(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\addColumns(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addColumns(), ilTestQuestionBrowserTableGUI\browseQuestionsCmd(), ilOrgUnitPositionTableGUI\buildData(), ilDclRecordListTableGUI\buildData(), ilOrgUnitPermissionTableGUI\collectData(), ilSurveyParticipantsGUI\editRatersObject(), ilMailFolderTableGUI\fetchTableData(), ilHelpMappingTableGUI\getChapters(), ilModulesTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilHistoryTableGUI\getDataFromDb(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilLMDownloadTableGUI\getDownloadFiles(), ilMemberExportFileTableGUI\getFiles(), ilNewItemGroupTableGUI\getGroups(), ilPCImageMapTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilTermUsagesTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilCmiXapiVerificationTableGUI\getItems(), ilLTIConsumerVerificationTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilSamlIdpTableGUI\getItems(), ilWikiExportOrderTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilUserRoleStartingPointTableGUI\getItems(), ilSCORMVerificationTableGUI\getItems(), ilContributorTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilCourseVerificationTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilSurveyParticipantsTableGUI\getItems(), ilBadgeImageTemplateTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilObjWorkspaceFolderTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilBadgeTypesTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilExcCriteriaTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilRecommendedContentRoleTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilStyleMediaQueryTableGUI\getItems(), ilContainerStartObjectsContentTableGUI\getItems(), ilExcCriteriaCatalogueTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilExAssignmentPeerReviewOverviewTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilObjectConsumerTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilBadgePersonalTableGUI\getItems(), ilLDAPRoleMappingTableGUI\getItems(), ilExAssignmentPeerReviewTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilBookingAssignParticipantsTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilBookingAssignObjectsTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilBadgeTableGUI\getItems(), ilSurveyResultsCumulatedTableGUI\getItems(), ilObjectBadgeTableGUI\getItems(), ilBadgeUserTableGUI\getItems(), ilSessionOverviewTableGUI\getItems(), ilBookingParticipantsTableGUI\getItems(), ILIAS\Style\Content\CharacteristicTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilUserTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilItemGroupItemsTableGUI\getMaterials(), ilPageLayoutTableGUI\getPageLayouts(), ilWikiPagesTableGUI\getPages(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilSurveySkillChangesTableGUI\getSkillLevelsForAppraisee(), ilSurveySkillTableGUI\getSkills(), ilSysStyleCatAssignmentTableGUI\getStyleCatAssignments(), ilSystemStylesTableGUI\getStyles(), ilLDAPServerTableGUI\importData(), ilSurveySyncTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilQuestionUsagesTableGUI\initColumns(), ilOrgUnitTypeTableGUI\initColumns(), ilDashboardSortationTableGUI\initData(), ilQuestionCumulatedStatisticsTableGUI\initData(), ilMarkSchemaTableGUI\initData(), ilADNNotificationTableGUI\initData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), ilFileVersionsTableGUI\initData(), ilBuddySystemRelationsTableGUI\initFilter(), ilAdvancedMDFieldDefinitionGroupTableGUI\initItems(), ilTaxonomyAdministrationRepositoryTableGUI\initItems(), ilObjectOwnershipManagementTableGUI\initItems(), SurveyConstraintsTableGUI\initItems(), ilForumTopicTableGUI\initMergeThreadsTable(), ilCmiXapiStatementsGUI\initTableData(), ilLTIConsumerXapiStatementsGUI\initTableData(), ilLTIConsumerGradeSynchronizationGUI\initTableData(), ilObjectTranslationGUI\listTranslations(), ilObjForumSearchResultTableGUI\parse(), ilObjWikiSearchResultTableGUI\parse(), ilSCTreeDuplicatesTableGUI\parse(), ilAuthLoginPageEditorTableGUI\parse(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilCalendarRecurrenceTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilLTIProviderReleasedObjectsTableGUI\parse(), ilLPCollectionSettingsTableGUI\parse(), ilLuceneAdvancedSearchActivationTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilAdvancedMDRecordLanguageTableGUI\parse(), ilLogComponentTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilUserClipboardTableGUI\parse(), ilMDCopyrightUsageTableGUI\parse(), ilObjectCustomUserFieldsTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilCourseReferenceDeleteConfirmationTableGUI\parse(), ilExAssignmentListTextTableGUI\parse(), ilConsultationHourGroupTableGUI\parse(), ilUserExportFileTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilSCGroupTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilObjectCopyProgressTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilConsultationHourBookingTableGUI\parse(), ilSCTaskTableGUI\parse(), ilECSExportedContentTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilObjectRoleTemplateOptionsTableGUI\parse(), ilObjectTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilTrashTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilECSServerTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilRoleAssignmentTableGUI\parse(), ilTimingsPersonalTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilLOTestAssignmentTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilObjectRoleTemplatePermissionTableGUI\parse(), ilTimingsManageTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilRoleTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilObjectRolePermissionTableGUI\parse(), ilExportSelectionTableGUI\parseContainer(), ilDclEditViewTableGUI\parseData(), ilDclTableViewEditFieldsTableGUI\parseData(), ilDclCreateViewTableGUI\parseData(), ilMMItemTranslationTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilBiblTranslationTableGUI\parseData(), ilOrgUnitUserAssignmentTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilBiblAdminFieldTableGUI\parseData(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilLOTestAssignmentTableGUI\parseMultipleAssignments(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilWebResourceEditableLinkTableGUI\parseSelectedLinks(), ilMDCopyrightTableGUI\parseSelections(), ilObjectCopySelectionTableGUI\parseSource(), ilRepositoryUserResultTableGUI\parseUserIds(), ilAccessibilityTableGUI\populate(), ilCronManagerTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilTestEvaluationGUI\resetfilterEvaluation(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), ilCalendarAppointmentsTableGUI\setAppointments(), ilConditionHandlerTableGUI\setConditions(), ilSessionMaterialsTableGUI\setMaterials(), ilQuestionBrowserTableGUI\setQuestionData(), ilSumScoreTableGUI\setSumScores(), ilEmployeeTalkTableGUI\setTalkData(), ilAssQuestionSkillUsagesTableGUI\showCmd(), ilObjForumGUI\showStatisticsObject(), ilOrgUnitDefaultPermissionTableGUI\start(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
Here is the caller graph for this function:| ilTable2GUI::setDefaultFilterVisiblity | ( | bool | $a_status | ) |
Definition at line 885 of file class.ilTable2GUI.php.
Referenced by ilEmployeeTalkTableGUI\addColumns(), ilParticipantTableGUI\initFilter(), and ilTrashTableGUI\initFilter().
Here is the caller graph for this function:| ilTable2GUI::setDefaultOrderDirection | ( | string | $a_defaultorderdirection | ) |
Definition at line 875 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTermListTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilUserExportFileTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilTrashTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassManualScoringOverviewTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initOrdering(), ilConditionHandlerTableGUI\initTable(), and ilAssQuestionHintsTableGUI\initTestoutputColumns().
Here is the caller graph for this function:| ilTable2GUI::setDefaultOrderField | ( | string | $a_defaultorderfield | ) |
Definition at line 864 of file class.ilTable2GUI.php.
Referenced by ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilMatchingQuestionAnswerFreqStatTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilContributorTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilExportTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilEmployeeTalkTableGUI\addColumns(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilUserExportFileTableGUI\init(), ilLogComponentTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilTrashTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilTestPassManualScoringOverviewTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initOrdering(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setDescription | ( | string | $a_val | ) |
Definition at line 460 of file class.ilTable2GUI.php.
Referenced by ilSamlIdpSelectionTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilLTIConsumerProviderUsageTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilLPCollectionSettingsTableGUI\initTable(), ilAssignmentsPerParticipantTableGUI\parseData(), and ilLPTableBaseGUI\parseTitle().
Here is the caller graph for this function:| ilTable2GUI::setDisableFilterHiding | ( | bool | $a_val = true | ) |
Definition at line 666 of file class.ilTable2GUI.php.
Referenced by ilLanguageExtTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSCTreeDuplicatesTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLPTableBaseGUI\initBaseFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), and ilSCORMTrackingUsersTableGUI\initTable().
Here is the caller graph for this function:| ilTable2GUI::setDisplayAsBlock | ( | bool | $a_val | ) |
Definition at line 789 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setEnableAllCommand | ( | bool | $a_value | ) |
Definition at line 2823 of file class.ilTable2GUI.php.
Referenced by ilObjLearningSequenceContentTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), and ilStudyProgrammeMembersTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setEnableHeader | ( | bool | $a_enableheader | ) |
Definition at line 432 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilLinksTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilModulesTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilExportTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilTermListTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilTrashTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), and ilOrgUnitDefaultPermissionTableGUI\start().
Here is the caller graph for this function:| ilTable2GUI::setEnableNumInfo | ( | bool | $a_val | ) |
Definition at line 442 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilTestTopListTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), __construct(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilTrashTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLTIConsumerScoringTableGUI\initColumns(), and ilCmiXapiScoringTableGUI\initColumns().
Here is the caller graph for this function:| ilTable2GUI::setEnableTitle | ( | bool | $a_enabletitle | ) |
Definition at line 422 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilTrashTableGUI\init(), and ilLPObjectStatisticsLPTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::setExportFormats | ( | array | $formats | ) |
Set available export formats.
Definition at line 2624 of file class.ilTable2GUI.php.
References $valid.
Referenced by ilSumScoreTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilLPObjectStatisticsTableGUI\init(), and ilLPObjectStatisticsDailyTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::setExternalSegmentation | ( | bool | $a_val | ) |
Definition at line 843 of file class.ilTable2GUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilMailFolderTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilTrashTableGUI\init(), ilBuddySystemRelationsTableGUI\initFilter(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setExternalSorting | ( | bool | $a_val | ) |
Definition at line 807 of file class.ilTable2GUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilModulesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilMailFolderTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCTreeDuplicatesTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilTrashTableGUI\init(), ilBuddySystemRelationsTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\parse(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setFilterCols | ( | int | $a_val | ) |
Definition at line 656 of file class.ilTable2GUI.php.
Referenced by ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), and ilMStShowUserCoursesTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setFilterCommand | ( | string | $a_val, |
| string | $a_caption = "" |
||
| ) |
Definition at line 817 of file class.ilTable2GUI.php.
Referenced by ilBookingParticipantsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSCORMTrackingUsersTableGUI\initTable(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
| string | array | null | $a_value |
| ilDateTimeException |
Definition at line 2484 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by addFilterItem(), ilTrMatrixTableGUI\getItems(), and ilTrMatrixTableGUI\initFilter().
Here is the caller graph for this function:
|
final |
Definition at line 750 of file class.ilTable2GUI.php.
Referenced by ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLinksTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilContainerFilterTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilContributorTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilModulesTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilExportTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilTermListTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilBookingObjectsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilContProfileTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilLTIConsumerProviderTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilObjStudyProgrammeIndividualPlanGUI\appendIndividualPlanActions(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilSCTreeDuplicatesTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilObjectCopyCourseGroupSelectionTableGUI\init(), ilSCGroupTableGUI\init(), ilUserExportFileTableGUI\init(), ilLogComponentTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilTrashTableGUI\init(), ilSCTaskTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilTimingsManageTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ilRepositorySearchGUI\showClipboard().
Here is the caller graph for this function:| ilTable2GUI::setFormName | ( | string | $a_name = "" | ) |
Definition at line 763 of file class.ilTable2GUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCalendarRecurrenceTableGUI\init(), ilUserExportFileTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilAuthLoginPageEditorTableGUI\initTable(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\setTableIdentifiers(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
Here is the caller graph for this function:| ilTable2GUI::setHeaderHTML | ( | string | $html | ) |
Definition at line 2386 of file class.ilTable2GUI.php.
| ilTable2GUI::setId | ( | string | $a_val | ) |
Definition at line 773 of file class.ilTable2GUI.php.
References getPrefix(), and setPrefix().
Referenced by ilSCTreeDuplicatesTableGUI\__construct(), ilCalendarRecurrenceTableGUI\__construct(), ilLogComponentTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilConsultationHourGroupTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilMailSearchResultsTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilAuthLoginPageEditorTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilUserClipboardTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilTestTopListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilAdvancedMDRecordLanguageTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilSCORMTrackingItemsPerScoTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilLTIProviderReleasedObjectsTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCopyProgressTableGUI\__construct(), ilRepositoryObjectSearchResultTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilECSServerTableGUI\__construct(), ilUserExportFileTableGUI\__construct(), ilSCORMTrackingItemsPerUserTableGUI\__construct(), ilLOMemberTestResultTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilSCORMTrackingItemPerUserTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilSCORMTrackingItemsScoTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilSCGroupTableGUI\__construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilForumThreadObjectTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilConsultationHourBookingTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilObjectTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSCTaskTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilTimingsPersonalTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ILIAS\Notifications\ilNotificationSettingsTable\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLTIConsumerProviderUsageTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilMDCopyrightUsageTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilTestParticipantsTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTimingsManageTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilCourseReferenceDeleteConfirmationTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilRoleTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilLTIConsumerProviderTableGUI\__construct(), ilAssignmentsPerParticipantTableGUI\initMode(), ilParticipantsPerAssignmentTableGUI\initMode(), ilAuthLoginPageEditorTableGUI\initTable(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\setTableIdentifiers(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers(), and ilObjForumGUI\showStatisticsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::setIsDataTable | ( | bool | $a_val | ) |
Definition at line 412 of file class.ilTable2GUI.php.
Referenced by ilPDNewsTableGUI\__construct(), and __construct().
Here is the caller graph for this function:| ilTable2GUI::setLimit | ( | int | $a_limit = 0, |
| int | $a_default_limit = 0 |
||
| ) |
Definition at line 2862 of file class.ilTable2GUI.php.
Referenced by ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilDclTableViewTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilLMPagesTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilModulesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), determineLimit(), ilLogComponentTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilCmiXapiScoringTableGUI\initColumns(), ilLTIConsumerScoringTableGUI\initColumns(), and ilObjForumGUI\initializeThreadOffsetAndLimit().
Here is the caller graph for this function:| ilTable2GUI::setNoEntriesText | ( | string | $a_text | ) |
Definition at line 402 of file class.ilTable2GUI.php.
Referenced by ilTestPersonalDefaultSettingsTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), and ilOrgUnitDefaultPermissionTableGUI\start().
Here is the caller graph for this function:| ilTable2GUI::setOpenFormTag | ( | bool | $a_val | ) |
Definition at line 197 of file class.ilTable2GUI.php.
Referenced by ilQuestionPoolImportVerificationTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjTaxonomyGUI\listNodes(), ilWikiPageTemplateGUI\listTemplates(), and ilOrgUnitDefaultPermissionTableGUI\start().
Here is the caller graph for this function:| ilTable2GUI::setOrderField | ( | string | $a_order_field | ) |
Definition at line 470 of file class.ilTable2GUI.php.
Referenced by ilBiblEntryTableGUI\__construct(), determineOffsetAndOrder(), ilRegistrationCodesTableGUI\getItems(), ilObjForumGUI\initializeThreadSortation(), and ilCalendarManageTableGUI\resetToDefaults().
Here is the caller graph for this function:| ilTable2GUI::setOrderLink | ( | string | $key, |
| string | $order_dir | ||
| ) |
Definition at line 1000 of file class.ilTable2GUI.php.
References $ctrl, $DIC, getNavParameter(), and ilCtrl\setParameter().
Referenced by fillHeader().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 495 of file class.ilTable2GUI.php.
References getRequestedValues().
Referenced by ilMMItemTranslationTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), assFileUploadFileTableGUI\initCommand(), setId(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\setTableIdentifiers(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::setPreventDoubleSubmission | ( | bool | $a_val | ) |
Definition at line 2852 of file class.ilTable2GUI.php.
| ilTable2GUI::setPrintMode | ( | bool | $a_value = false | ) |
Definition at line 2639 of file class.ilTable2GUI.php.
Referenced by ilTrUserObjectsPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setResetCommand | ( | string | $a_val, |
| string | $a_caption = "" |
||
| ) |
Definition at line 830 of file class.ilTable2GUI.php.
Referenced by ilBookingParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilSCORMTrackingUsersTableGUI\initTable(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:| ilTable2GUI::setRowSelectorLabel | ( | string | $row_selector_label | ) |
Definition at line 2842 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by ilForumTopicTableGUI\initMergeThreadsTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:
|
final |
Set row template.
| string | $a_template | Template file name. |
| string | $a_template_dir | Service/Module directory. |
Definition at line 858 of file class.ilTable2GUI.php.
Referenced by ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilTestTopListTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilLinksTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilContainerFilterTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilContributorTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilModulesTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilExportTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilTermListTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilLTIConsumerProviderUsageTableGUI\__construct(), ILIAS\Notifications\ilNotificationSettingsTable\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilLTIConsumerGradeSynchronizationTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilBookingObjectsTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilContProfileTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilLTIConsumerProviderTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilSCTreeDuplicatesTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilUserClipboardTableGUI\init(), ilLTIProviderReleasedObjectsTableGUI\init(), ilSCGroupTableGUI\init(), ilUserExportFileTableGUI\init(), ilLogComponentTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilSCTaskTableGUI\init(), ilTrashTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilTimingsManageTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilObjectTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilRepositoryObjectSearchResultTableGUI\initRowTemplate(), ilConsultationHourGroupTableGUI\initTable(), ilECSServerTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:| ilTable2GUI::setSelectAllCheckbox | ( | string | $a_select_all_checkbox, |
| bool | $a_select_all_on_top = false |
||
| ) |
Definition at line 799 of file class.ilTable2GUI.php.
Referenced by ilSurveyCodesTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilContributorTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilMarkSchemaTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ILIAS\Notifications\ilNotificationSettingsTable\__construct(), ilRegistrationCodesTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilContProfileTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilExAssignmentFileSystemTableGUI\addColumns(), ilFileSystemTableGUI\addColumns(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilCalendarRecurrenceTableGUI\init(), ilUserClipboardTableGUI\init(), ilUserExportFileTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilTrashTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilTestQuestionsTableGUI\init(), ilRoleTableGUI\init(), assFileUploadFileTableGUI\initCommand(), ilLearningSequenceParticipantsTableGUI\initForm(), ilAssignmentsPerParticipantTableGUI\initMode(), ilParticipantsPerAssignmentTableGUI\initMode(), ilConsultationHourBookingTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumDraftsTableGUI\initTableColumns(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ilTestParticipantsTableGUI\setManageInviteesCommandsEnabled().
Here is the caller graph for this function:| ilTable2GUI::setShowRowsSelector | ( | bool | $a_value | ) |
Toggle rows-per-page selector.
Definition at line 2511 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTermListTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCalendarRecurrenceTableGUI\init(), ilLogComponentTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilTimingsManageTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilParticipantsTestResultsTableGUI\init(), ilRoleTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourBookingTableGUI\initTable(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ILIAS\LegalDocuments\Legacy\Table\setMaxCount().
Here is the caller graph for this function:| ilTable2GUI::setShowTemplates | ( | bool | $a_value | ) |
Definition at line 2521 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
Here is the caller graph for this function:
|
final |
Definition at line 452 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilTestPersonalDefaultSettingsTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilContainerFilterTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilLinksTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilContributorTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilModulesTableGUI\__construct(), ilForumNotificationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilExportTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilTermListTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilBuddySystemRelationsTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilLTIConsumerProviderUsageTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ILIAS\Notifications\ilNotificationSettingsTable\__construct(), ilSkillLevelTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilContProfileTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilLTIConsumerProviderTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilECSSettingsGUI\communities(), ilTestEvaluationGUI\detailedEvaluation(), ilAdvancedMDSettingsGUI\editFields(), ilUserClipboardTableGUI\init(), ilSCGroupTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilSCTaskTableGUI\init(), ilTrashTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilTimingsManageTableGUI\init(), ilRoleTableGUI\init(), ilForumTopicTableGUI\initMergeThreadsTable(), ilAssignmentsPerParticipantTableGUI\initMode(), ilParticipantsPerAssignmentTableGUI\initMode(), ilConsultationHourGroupTableGUI\initTable(), ilECSServerTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilLOTestAssignmentTableGUI\initTitle(), ilLPTableBaseGUI\parseTitle(), ilGlobalUnitCategoryTableGUI\populateTitle(), ilLocalUnitCategoryTableGUI\populateTitle(), ilLDAPSettingsGUI\roleMapping(), ilMailFolderTableGUI\setTitleData(), and ilObjForumGUI\showStatisticsObject().
Here is the caller graph for this function:| ilTable2GUI::setTopAnchor | ( | string | $a_val | ) |
Definition at line 392 of file class.ilTable2GUI.php.
| ilTable2GUI::setTopCommands | ( | bool | $a_val | ) |
Definition at line 960 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilOrgUnitRecursiveUserAssignmentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), and ilExGradesTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::storeNavParameter | ( | ) |
Definition at line 1252 of file class.ilTable2GUI.php.
References getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), ilDclEditViewTableGUI\getHTML(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilDclTableViewTableGUI\getHTML(), ilDclTableListTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::storeProperty | ( | string | $type, |
| string | $value | ||
| ) |
Definition at line 2391 of file class.ilTable2GUI.php.
Referenced by determineLimit(), determineSelectedColumns(), determineSelectedFilters(), ilLPTableBaseGUI\executeCommand(), restoreTemplate(), and storeNavParameter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::writeFilterToSession | ( | ) |
Definition at line 1683 of file class.ilTable2GUI.php.
References getFilterItems(), and isAdvMDFilter().
Referenced by ilTestQuestionBrowserTableGUI\applyFilterCmd(), ilObjSCORMLearningModuleGUI\applyUserTableFilter(), ilLPTableBaseGUI\executeCommand(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 111 of file class.ilTable2GUI.php.
Referenced by ilSamlIdpTableGUI\fillRow(), ilFileVersionsTableGUI\fillRow(), ilBadgeTableGUI\fillRow(), ilEmployeeTalkTableGUI\fillRow(), ilMailSearchObjectMembershipsTableGUI\fillRow(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\fillRow(), ilMailTemplateTableGUI\formatActionsDropDown(), ilMailFolderTableGUI\formatActionsDropDown(), and ilMDCopyrightTableGUI\getActionsForEntry().
|
protected |
Definition at line 51 of file class.ilTable2GUI.php.
|
protected |
Definition at line 78 of file class.ilTable2GUI.php.
Referenced by getCloseFormTag().
|
protected |
Definition at line 101 of file class.ilTable2GUI.php.
Referenced by ilAccessibilityTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilQuestionBrowserTableGUI\fillHeader(), ilMailTemplateTableGUI\fillRow(), ilStudyProgrammeIndividualPlanTableGUI\fillRow(), ilAccessibilityTableGUI\fillRow(), ilWebDAVMountInstructionsDocumentTableGUI\fillRow(), ilStudyProgrammeMembersTableGUI\fillRow(), ilAccessibilityDocumentTableGUI\formatActionsDropDown(), ilMailTemplateTableGUI\formatCellValue(), ilWebDAVMountInstructionsDocumentTableGUI\formatCellValue(), ilTrMatrixTableGUI\getItems(), ilAccessibilityTableGUI\getSelectableColumns(), ilWebDAVMountInstructionsDocumentTableGUI\getSelectableColumns(), ilMailFolderTableGUI\getSelectableColumns(), ilTrSummaryTableGUI\getSelectableColumns(), ilStudyProgrammeMembersTableGUI\getSelectableColumns(), ilOrgUnitPositionTableGUI\initColumns(), ilOrgUnitTypeTableGUI\initColumns(), ilTrObjectUsersPropsTableGUI\initFilter(), ilAccessibilityTableGUI\isColumnVisible(), ilWebDAVMountInstructionsDocumentTableGUI\isColumnVisible(), and ilMailFolderTableGUI\isColumnVisible().
|
protected |
Definition at line 76 of file class.ilTable2GUI.php.
|
protected |
Definition at line 62 of file class.ilTable2GUI.php.
Referenced by ilMailSearchObjectsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilRoleAssignmentTableGUI\fillRow(), getContext(), and ilRoleAssignmentTableGUI\parse().
|
protected |
Definition at line 93 of file class.ilTable2GUI.php.
Referenced by ilForumTopicTableGUI\initMergeThreadsTable().
|
protected |
Definition at line 48 of file class.ilTable2GUI.php.
Referenced by ilBookingBulkCreationTableGUI\__construct(), ilTermDefinitionBulkCreationTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilStyleImageTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), fillFooter(), ilFoundUsersTableGUI\fillRow(), ilWikiSearchResultsTableGUI\fillRow(), ilTermQuickListTableGUI\fillRow(), ilLMGlossaryTableGUI\fillRow(), ilLMMenuItemsTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilTaxonomyListTableGUI\fillRow(), ilPublicSubmissionsTableGUI\fillRow(), ilRatingCategoryTableGUI\fillRow(), ilNewsForContextTableGUI\fillRow(), ilHelpModuleTableGUI\fillRow(), ilPortfolioTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilContentStylesTableGUI\fillRow(), ilStyleMediaQueryTableGUI\fillRow(), ilExcDeliveredFilesTableGUI\fillRow(), ilBookingSchedulesTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilStyleColorTableGUI\fillRow(), ilBadgeImageTemplateTableGUI\fillRow(), ilLMPagesTableGUI\fillRow(), ilClipboardTableGUI\fillRow(), ilTableTemplatesTableGUI\fillRow(), ilExerciseVerificationTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilObjWorkspaceFolderTableGUI\fillRow(), ilSurveySkillTableGUI\fillRow(), ilContSkillMemberTableGUI\fillRow(), ilSurveySkillAssignmentTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilSurveySkillThresholdsTableGUI\fillRow(), ilTaxonomyTableGUI\fillRow(), ilPortfolioPageTableGUI\fillRow(), ilCopySelfAssQuestionTableGUI\fillRow(), ilNewItemGroupTableGUI\fillRow(), ilContProfileTableGUI\fillRow(), ilBadgePersonalTableGUI\fillRow(), ilSkillCatTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilAssignmentsTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilBadgeTableGUI\fillRow(), ilWorkspaceAccessTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilObjectBadgeTableGUI\fillRow(), ilBookingParticipantsTableGUI\fillRow(), ilExAssignmentPeerReviewTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), ilAssignmentsPerParticipantTableGUI\fillRow(), ilSurveyQuestionTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilBookingObjectsTableGUI\fillRow(), ilParticipantsPerAssignmentTableGUI\fillRow(), ilMediaPoolTableGUI\fillRow(), ilBookingReservationsTableGUI\fillRow(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), getHTML(), getLinkbar(), getSelectedColumns(), ilSurveyQuestionTableGUI\importData(), ilObjWikiSearchResultTableGUI\parse(), ilExerciseSubmissionTableGUI\parseColumns(), ilAssignmentsPerParticipantTableGUI\parseData(), ilMediaPoolTableGUI\render(), ilExerciseSubmissionTableGUI\render(), and setOrderLink().
|
protected |
Definition at line 119 of file class.ilTable2GUI.php.
|
protected |
Definition at line 118 of file class.ilTable2GUI.php.
|
protected |
Definition at line 97 of file class.ilTable2GUI.php.
|
protected |
Definition at line 102 of file class.ilTable2GUI.php.
Referenced by getIsDataTable().
|
protected |
Definition at line 85 of file class.ilTable2GUI.php.
Referenced by getDefaultFilterVisibility().
|
protected |
Definition at line 100 of file class.ilTable2GUI.php.
Referenced by getDefaultOrderDirection().
|
protected |
Definition at line 99 of file class.ilTable2GUI.php.
Referenced by getDefaultOrderField().
|
protected |
Definition at line 95 of file class.ilTable2GUI.php.
Referenced by ilSearchResultTableGUI\fillRow(), and getDescription().
|
protected |
Definition at line 65 of file class.ilTable2GUI.php.
Referenced by getDisableFilterHiding().
|
protected |
Definition at line 94 of file class.ilTable2GUI.php.
Referenced by getDisplayAsBlock().
|
protected |
Definition at line 82 of file class.ilTable2GUI.php.
|
protected |
Definition at line 79 of file class.ilTable2GUI.php.
|
protected |
Definition at line 80 of file class.ilTable2GUI.php.
Referenced by getExportMode().
|
protected |
Definition at line 61 of file class.ilTable2GUI.php.
Referenced by getExternalSegmentation().
|
protected |
Definition at line 60 of file class.ilTable2GUI.php.
Referenced by getExternalSorting().
|
protected |
Definition at line 57 of file class.ilTable2GUI.php.
Referenced by getFilterCommand().
|
protected |
Definition at line 117 of file class.ilTable2GUI.php.
|
protected |
Definition at line 59 of file class.ilTable2GUI.php.
Referenced by getFilterCols().
|
protected |
Definition at line 55 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
|
protected |
Definition at line 75 of file class.ilTable2GUI.php.
|
protected |
Definition at line 108 of file class.ilTable2GUI.php.
Referenced by getFormAction().
|
protected |
Definition at line 104 of file class.ilTable2GUI.php.
|
protected |
Definition at line 109 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct(), and getFormName().
|
protected |
Definition at line 114 of file class.ilTable2GUI.php.
|
private |
Definition at line 53 of file class.ilTable2GUI.php.
|
protected |
Definition at line 113 of file class.ilTable2GUI.php.
|
protected |
Definition at line 96 of file class.ilTable2GUI.php.
Referenced by ilForumThreadObjectTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilUserTableGUI\addFilterItemByUdfType(), ilSystemStylesTableGUI\addMultiActions(), ilDclRecordListTableGUI\buildData(), ilSCTreeDuplicatesTableGUI\fillRow(), ilSCGroupTableGUI\fillRow(), ilStudyProgrammeAutoMembershipsTableGUI\fillRow(), ilSCTaskTableGUI\fillRow(), ilUserRoleStartingPointTableGUI\fillRow(), ilPresentationListTableGUI\fillRow(), ilTermListTableGUI\fillRow(), ilOrgUnitPermissionTableGUI\fillSelectAll(), ilWebDAVMountInstructionsDocumentTableGUI\formatTitle(), ilMDCopyrightTableGUI\getActionsForEntry(), ilQuestionBrowserTableGUI\getCommentsHtml(), ilLPTableBaseGUI\getCurrentFilter(), ilLPObjectStatisticsTypesTableGUI\getGraph(), getId(), ilTestSkillLevelThresholdsTableGUI\getInputElements(), ilContributorTableGUI\getItems(), ilBadgeTypesTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilTrSummaryTableGUI\getItemsPercentages(), ilTrSummaryTableGUI\getItemsPercentagesStatus(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilTrMatrixTableGUI\getSelectableColumns(), ilExerciseSubmissionTableGUI\getSelectableColumns(), ilSurveyQuestionTableGUI\importData(), ilBadgeTableGUI\initFilter(), ilObjectBadgeTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilStudyProgrammeMembersTableGUI\initFilter(), ilUserTableGUI\initFilter(), ilObjectOwnershipManagementTableGUI\initItems(), SurveyConstraintsTableGUI\initItems(), ilCalendarSharedUserListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilExerciseSubmissionTableGUI\parseColumns(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilForumNotificationTableGUI\populateWithModal(), and setContext().
|
protected |
Definition at line 74 of file class.ilTable2GUI.php.
|
protected |
Definition at line 121 of file class.ilTable2GUI.php.
Referenced by ilSurveySkillThresholdsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), and ilWorkspaceShareTableGUI\__construct().
|
protected |
Definition at line 64 of file class.ilTable2GUI.php.
|
protected |
Definition at line 112 of file class.ilTable2GUI.php.
|
protected |
Definition at line 73 of file class.ilTable2GUI.php.
|
protected |
Definition at line 91 of file class.ilTable2GUI.php.
Referenced by getLinkbar(), and resetOffset().
|
protected |
Definition at line 92 of file class.ilTable2GUI.php.
Referenced by getNoEntriesText().
|
protected |
Definition at line 103 of file class.ilTable2GUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 77 of file class.ilTable2GUI.php.
Referenced by getOpenFormTag().
|
protected |
Definition at line 56 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
|
protected |
Definition at line 106 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\getItems(), and getOrderField().
|
protected |
Definition at line 50 of file class.ilTable2GUI.php.
Referenced by ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), and getParentCmd().
|
protected |
Definition at line 49 of file class.ilTable2GUI.php.
Referenced by ilDclTableListTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), and getParentObject().
|
protected |
Definition at line 87 of file class.ilTable2GUI.php.
Referenced by getPreventDoubleSubmission().
|
protected |
Definition at line 81 of file class.ilTable2GUI.php.
Referenced by getPrintMode().
|
protected |
Definition at line 120 of file class.ilTable2GUI.php.
|
protected |
Definition at line 43 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
|
protected |
Definition at line 44 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
|
protected |
Definition at line 42 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
|
protected |
Definition at line 41 of file class.ilTable2GUI.php.
|
protected |
Definition at line 40 of file class.ilTable2GUI.php.
|
protected |
Definition at line 58 of file class.ilTable2GUI.php.
Referenced by getResetCommand().
|
protected |
Definition at line 98 of file class.ilTable2GUI.php.
|
protected |
Definition at line 83 of file class.ilTable2GUI.php.
|
protected |
Definition at line 84 of file class.ilTable2GUI.php.
|
protected |
Definition at line 105 of file class.ilTable2GUI.php.
Referenced by getData().
|
protected |
Definition at line 88 of file class.ilTable2GUI.php.
Referenced by getRowSelectorLabel(), and setRowSelectorLabel().
|
protected |
Definition at line 115 of file class.ilTable2GUI.php.
|
protected |
Definition at line 116 of file class.ilTable2GUI.php.
|
protected |
Definition at line 71 of file class.ilTable2GUI.php.
|
protected |
Definition at line 90 of file class.ilTable2GUI.php.
|
protected |
Definition at line 89 of file class.ilTable2GUI.php.
|
protected |
Definition at line 67 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\getSelectableColumns().
|
protected |
Definition at line 68 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
|
protected |
Definition at line 46 of file class.ilTable2GUI.php.
|
protected |
Definition at line 107 of file class.ilTable2GUI.php.
|
protected |
Definition at line 70 of file class.ilTable2GUI.php.
Referenced by getShowRowsSelector().
|
protected |
Definition at line 69 of file class.ilTable2GUI.php.
Referenced by getShowTemplates().
|
protected |
Definition at line 110 of file class.ilTable2GUI.php.
Referenced by fillHeader().
|
protected |
Definition at line 86 of file class.ilTable2GUI.php.
|
protected |
Definition at line 45 of file class.ilTable2GUI.php.
|
protected |
Definition at line 54 of file class.ilTable2GUI.php.
Referenced by getTopAnchor().
|
protected |
Definition at line 66 of file class.ilTable2GUI.php.
Referenced by getTopCommands().
|
private |
Definition at line 39 of file class.ilTable2GUI.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), ILIAS\LegalDocuments\test\Table\DocumentTableTest\testColumns(), ILIAS\LegalDocuments\test\Table\HistoryTableTest\testColumns(), ILIAS\LegalDocuments\test\Table\EditableDocumentTableTest\testConfig(), ILIAS\LegalDocuments\test\Table\DocumentTableTest\testConfig(), ILIAS\LegalDocuments\test\Table\HistoryTableTest\testConfig(), ILIAS\LegalDocuments\test\Table\DocumentTableTest\testRows(), ILIAS\LegalDocuments\test\Table\DocumentTableTest\testShowCriteria(), ILIAS\LegalDocuments\test\Table\DocumentTableTest\testShowCriterion(), ILIAS\LegalDocuments\test\Table\DocumentTableTest\testShowEmptyCriteria(), and ILIAS\LegalDocuments\test\Table\DocumentTableTest\testUi().
|
private |
Definition at line 52 of file class.ilTable2GUI.php.
Referenced by __construct().
| const ilTable2GUI::ACTION_ALL_LIMIT = 1000 |
Definition at line 38 of file class.ilTable2GUI.php.
| const ilTable2GUI::EXPORT_CSV = 2 |
Definition at line 37 of file class.ilTable2GUI.php.
| const ilTable2GUI::EXPORT_EXCEL = 1 |
Definition at line 36 of file class.ilTable2GUI.php.
Referenced by ilObjLanguageExtGUI\statisticsObject().
| const ilTable2GUI::FILTER_CHECKBOX = 9 |
Definition at line 35 of file class.ilTable2GUI.php.
Referenced by ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), and ilSessionParticipantsTableGUI\initFilter().
| const ilTable2GUI::FILTER_DATE = 3 |
Definition at line 29 of file class.ilTable2GUI.php.
| const ilTable2GUI::FILTER_DATE_RANGE = 6 |
Definition at line 32 of file class.ilTable2GUI.php.
Referenced by ilDclDateFieldRepresentation\addFilterInputFieldToTable(), ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), ilRbacLogTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilBookingReservationsTableGUI\initFilter().
| const ilTable2GUI::FILTER_DATETIME_RANGE = 8 |
Definition at line 34 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_DURATION_RANGE = 7 |
Definition at line 33 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_LANGUAGE = 4 |
Definition at line 30 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_NUMBER_RANGE = 5 |
Definition at line 31 of file class.ilTable2GUI.php.
Referenced by ilDclNumberFieldRepresentation\addFilterInputFieldToTable(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_SELECT = 2 |
Definition at line 28 of file class.ilTable2GUI.php.
Referenced by ilDclBooleanFieldRepresentation\addFilterInputFieldToTable(), ilDclRatingFieldRepresentation\addFilterInputFieldToTable(), ilDclSelectionFieldRepresentation\addFilterInputFieldToTable(), ilDclReferenceFieldRepresentation\addFilterInputFieldToTable(), ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), ilParticipantTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilRbacLogTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilBookingReservationsTableGUI\initFilter().
| const ilTable2GUI::FILTER_TEXT = 1 |
Definition at line 27 of file class.ilTable2GUI.php.
Referenced by ilDclMobFieldRepresentation\addFilterInputFieldToTable(), ilDclTextFieldRepresentation\addFilterInputFieldToTable(), ilDclIliasReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclCopyFieldRepresentation\addFilterInputFieldToTable(), ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), ilParticipantTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilBookingReservationsTableGUI\initFilter().