ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilIniFile.php File Reference

Go to the source code of this file.

Data Structures

class  ilIniFile
 INIFile Parser. More...
 

Functions

 show ()
 returns the content of IniFile @access public More...
 
 getGroupCount ()
 returns number of groups @access public More...
 
 readGroups ()
 returns an array with the names of all the groups @access public More...
 
 groupExists ($a_group_name)
 checks if a group exists @access public More...
 
 readGroup ($a_group_name)
 returns an associative array of the variables in one group @access public More...
 
 addGroup ($a_group_name)
 adds a new group @access public More...
 
 removeGroup ($a_group_name)
 removes a group @access public More...
 
 variableExists ($a_group, $a_var_name)
 returns if a variable exists or not @access public More...
 
 readVariable ($a_group, $a_var_name)
 reads a single variable from a group @access public More...
 
 setVariable ($a_group_name, $a_var_name, $a_var_value)
 sets a variable in a group @access public More...
 
 error ($a_errmsg)
 set error message @access public More...
 
 getError ()
 returns error @access public More...
 

Variables

return true
 Flag indicating whether or not HTTP headers will be sent when outputting captcha image/audio. More...
 

Function Documentation

◆ addGroup()

addGroup (   $a_group_name)

adds a new group @access public

Parameters
stringgroup name
Returns
boolean

Definition at line 268 of file class.ilIniFile.php.

269 {
270 if ($this->groupExists($a_group_name)) {
271 $this->error("Group '" . $a_group_name . "' exists");
272 return false;
273 }
274
275 $this->GROUPS[$a_group_name] = array();
276 return true;
277 }
groupExists($a_group_name)
checks if a group exists @access public
error($a_errmsg)
set error message @access public

References error(), and groupExists().

Referenced by ilDatabaseSetupConfig\toMockIniFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ error()

error (   $a_errmsg)

set error message @access public

Parameters
string

Definition at line 350 of file class.ilIniFile.php.

351 {
352 $this->ERROR = $a_errmsg;
353
354 return true;
355 }

Referenced by ilFileDataForum\__checkReadWrite(), ilFileDataForumDrafts\__checkReadWrite(), ilAdministrationCommandGUI\__construct(), ilObjSystemFolderGUI\__construct(), ilObjObjectFolderGUI\__construct(), ilObjTypeDefinitionGUI\__construct(), ilObjMediaCastGUI\__construct(), ilObjSCORM2004LearningModuleGUI\__construct(), ilObjWikiGUI\__construct(), ilObjSearchSettingsGUI\__construct(), ilObjCategoryGUI\__construct(), ilObjContentPageAdministrationGUI\__construct(), ilObjForumAdministrationGUI\__construct(), ilObjForumGUI\__construct(), ilObjLearningResourcesSettingsGUI\__construct(), ilObjMediaCastSettingsGUI\__construct(), ilObjStudyProgrammeAdminGUI\__construct(), ilObjAccessibilitySettingsGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilContainerGUI\__construct(), ilContainerReferenceGUI\__construct(), ilObjDashboardSettingsGUI\__construct(), ilObjLearningHistorySettingsGUI\__construct(), ilObjMediaObjectsSettingsGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjNewsSettingsGUI\__construct(), ilObjCommentsSettingsGUI\__construct(), ilObjNotesSettingsGUI\__construct(), ilObjPersonalWorkspaceSettingsGUI\__construct(), ilObjRepositorySettingsGUI\__construct(), ilObjSkillManagementGUI\__construct(), ilObjTaggingSettingsGUI\__construct(), ilObjECSSettingsGUI\__construct(), ilObjMediaObjectGUI\__construct(), ilObjFolderGUI\__construct(), ilObjContentObjectGUI\__construct(), ilObjGlossaryGUI\__construct(), ilObjFileBasedLMGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjGlossary\__construct(), ilObjContentObject\__construct(), ilObjSCORM2004LearningModule\__construct(), ilObjContentPageGUI\__construct(), ilObjItemGroupGUI\__construct(), ilObjMediaPoolGUI\__construct(), ilObjWikiSettingsGUI\__construct(), ilObjContactAdministrationGUI\__construct(), ilObjHelpSettingsGUI\__construct(), ilObjTermsOfServiceGUI\__construct(), ilContainer\__construct(), ilObject\__construct(), ilIniFile\__construct(), ilFileDataForum\__construct(), ilPageContentGUI\__construct(), ilOpenIdConnectSettingsGUI\__construct(), ilObjectActivationGUI\__construct(), ilSCORM2004ScoGUI\__construct(), ilExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilCategoryXmlParser\__construct(), ilContainerReferenceXmlParser\__construct(), ilGlossaryPresentationGUI\__construct(), ilFolderXmlParser\__construct(), ilFileDataForumDrafts\__construct(), ilObjTestGUI\__construct(), php4DOMDocument\__construct(), ilMailSearchCoursesGUI\__construct(), ilMailSearchGroupsGUI\__construct(), ilStructureObjectGUI\__construct(), ilForum\__construct(), ilForumExportGUI\__construct(), ilForumModeratorsGUI\__construct(), ilGlossaryEditorGUI\__construct(), ilHTLMEditorGUI\__construct(), ilHTLMPresentationGUI\__construct(), ilLMEditorGUI\__construct(), ilObjSurveyQuestionPoolGUI\__construct(), ilObjQuestionPoolGUI\__construct(), ilAdministrationGUI\__construct(), ilEditClipboardGUI\__construct(), ilContactGUI\__construct(), ilMailingListsGUI\__construct(), ilCronManagerGUI\__construct(), ilDashboardGUI\__construct(), ilObjectActivation\__construct(), ilRepositoryGUI\__construct(), ILIAS\Refinery\ByTrying\__construct(), ILIAS\Refinery\Custom\Constraint\__construct(), ilAccessibilityDocumentGUI\__construct(), ilMailTemplateGUI\__construct(), ilTermsOfServiceAcceptanceHistoryGUI\__construct(), ilTermsOfServiceDocumentGUI\__construct(), ilWebDAVMountInstructionsUploadGUI\__construct(), ilObjectCopyGUI\__construct(), Mail_RFC822\_hasUnclosedBrackets(), Mail_RFC822\_splitAddresses(), Mail_RFC822\_splitCheck(), Mail_RFC822\_validateAddress(), ilDatabaseUpdatedObjective\achieve(), ilPRGMessageCollection\add(), addGroup(), ilContactGUI\applyContactsTableFilter(), ilDBUpdate\applyCustomUpdates(), ilDBUpdate\applyHotfix(), ilDBUpdate\applyUpdate(), ilDBUpdate\applyUpdateNr(), ilObjForumGUI\askForPostActivationObject(), ilContactGUI\changeContactsView(), ilOpenIdConnectSettingsGUI\checkAccess(), ilObjForumGUI\checkDraftAccess(), ilDatabaseMetricsCollectedObjective\collectFrom(), ilMailTemplateGUI\confirmDeleteTemplate(), ilObjForumGUI\confirmDeleteThreadDraftsObject(), ilObjForumGUI\confirmDeleteThreads(), ilCronManagerGUI\confirmedActivate(), ilCronManagerGUI\confirmedDeactivate(), ilCronManagerGUI\confirmedReset(), ilCronManagerGUI\confirmedRun(), ilObjForumGUI\confirmMergeThreadsObject(), ilTermsOfServiceDocumentGUI\confirmReset(), ilObjForumGUI\createThread(), ilObjForumGUI\createThreadObject(), ilAccessibilityDocumentGUI\deleteDocument(), ilTermsOfServiceDocumentGUI\deleteDocument(), ilWebDAVMountInstructionsUploadGUI\deleteDocument(), ilObjForumGUI\deleteSelectedDraft(), ilMailTemplateGUI\deleteTemplate(), ilObjForumGUI\deleteThreadDraftsObject(), ilObjForumGUI\deliverDraftZipFileObject(), ilObjForumGUI\deliverZipFileObject(), ilAccessibilityDocumentGUI\detachCriterionAssignment(), ilTermsOfServiceDocumentGUI\detachCriterionAssignment(), ilObjForumGUI\disableForumNotificationObject(), ilObjForumGUI\doHistoryCheck(), ilCronManagerGUI\edit(), ilObjForumGUI\editThreadDraftObject(), ilObjForumGUI\editThreadObject(), ilObjForumGUI\enableForumNotificationObject(), ilForumExportGUI\ensureThreadBelongsToForum(), ilObjForumGUI\ensureThreadBelongsToForum(), ilDBUpdate\execQuery(), ilObjContentPageAdministrationGUI\executeCommand(), ilObjContentPageGUI\executeCommand(), ilObjForumAdministrationGUI\executeCommand(), ilObjForumGUI\executeCommand(), ilObjMediaCastSettingsGUI\executeCommand(), ilObjStudyProgrammeAdminGUI\executeCommand(), ilAccessibilityDocumentGUI\executeCommand(), ilObjCalendarSettingsGUI\executeCommand(), ilObjCertificateSettingsGUI\executeCommand(), ilContactGUI\executeCommand(), ilMailingListsGUI\executeCommand(), ilMailSearchCoursesGUI\executeCommand(), ilMailSearchGroupsGUI\executeCommand(), ilCronManagerGUI\executeCommand(), ilObjDashboardSettingsGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\executeCommand(), ilObjMDSettingsGUI\executeCommand(), ilObjNewsSettingsGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilObjTaggingSettingsGUI\executeCommand(), ilTermsOfServiceDocumentGUI\executeCommand(), ilTermsOfServiceAcceptanceHistoryGUI\executeCommand(), ilWebDAVMountInstructionsUploadGUI\executeCommand(), ilObjECSSettingsGUI\executeCommand(), ilForumExportGUI\exportHTML(), ilObjForumGUI\getContent(), ILIAS\Refinery\getErrorMessage(), ilPRGMessageCollection\hasAnyMessages(), ilPRGMessageCollection\hasErrors(), ilObjTestGUI\importFileObject(), ilObjForumGUI\infoScreen(), ilObjContentPageGUI\infoScreenForward(), ilObjQuestionPoolGUI\infoScreenForward(), ilComponentActivatePluginsObjective\initEnvironment(), ilComponentInstallPluginObjective\initEnvironment(), ilComponentPluginLanguageUpdatedObjective\initEnvironment(), ilComponentUpdatePluginObjective\initEnvironment(), ilMailTemplateGUI\insertTemplate(), CAS_Client\isAuthenticated(), ilContactGUI\mailToUsers(), ilObjForumGUI\markAllReadObject(), ilObjForumGUI\markPostReadObject(), ilObjForumGUI\markPostUnreadObject(), ilObjForumGUI\mergeThreadsObject(), ilObjForumGUI\moveThreadsObject(), ilIniFile\parse(), Mail_RFC822\parseAddressList(), ilMailingListsGUI\performDeleteMembers(), ilObjForumGUI\performDeleteThreadsObject(), ilObjForumGUI\performMergeThreadsObject(), ilObjForumGUI\performMoveThreadsObject(), ilObjForumGUI\performPostActivationObject(), ilObjForumGUI\performThreadsActionObject(), ilForumExportGUI\printPost(), ilForumExportGUI\printThread(), ilObjForumGUI\publishDraftObject(), ilObjForumGUI\publishThreadDraftObject(), ilObjForumGUI\quotePostObject(), ilIniFile\read(), ilDBUpdate\readDBUpdateFile(), readGroup(), ilDBUpdate\readLastUpdateFile(), readVariable(), removeGroup(), ilTermsOfServiceDocumentGUI\reset(), ilContactGUI\resetContactsTableFilter(), ilObjContentPageAdministrationGUI\save(), ilAccessibilityDocumentGUI\saveAddDocumentForm(), ilTermsOfServiceDocumentGUI\saveAddDocumentForm(), ilWebDAVMountInstructionsUploadGUI\saveAddDocumentForm(), ilMailingListsGUI\saveAssignmentForm(), ilAccessibilityDocumentGUI\saveAttachCriterionForm(), ilTermsOfServiceDocumentGUI\saveAttachCriterionForm(), ilAccessibilityDocumentGUI\saveChangeCriterionForm(), ilTermsOfServiceDocumentGUI\saveChangeCriterionForm(), ilAccessibilityDocumentGUI\saveDocumentSorting(), ilTermsOfServiceDocumentGUI\saveDocumentSorting(), ilWebDAVMountInstructionsUploadGUI\saveDocumentSorting(), ilAccessibilityDocumentGUI\saveEditDocumentForm(), ilTermsOfServiceDocumentGUI\saveEditDocumentForm(), ilWebDAVMountInstructionsUploadGUI\saveEditDocumentForm(), ilMailingListsGUI\saveForm(), ilObjTermsOfServiceGUI\saveSettings(), ilObjForumGUI\saveThreadAsDraftObject(), ilObjForumGUI\saveThreadSortingObject(), ilMailTemplateGUI\setAsContextDefault(), ilExternalFeed\setError(), ilChatroomServerConnectorMock\setError(), ILIAS\UI\Implementation\Component\Input\Field\Input\setError(), ILIAS\UI\Implementation\Component\Input\Container\Form\Form\setError(), ilForum\setForumId(), ilForum\setForumRefId(), ilObjTermsOfServiceGUI\settings(), ilObjSearchSettingsGUI\settingsObject(), ilTermsOfServiceAcceptanceHistoryGUITest\setUp(), ilTermsOfServiceDocumentGUITest\setUp(), setVariable(), ilAccessibilityDocumentGUI\showAddDocumentForm(), ilTermsOfServiceDocumentGUI\showAddDocumentForm(), ilWebDAVMountInstructionsUploadGUI\showAddDocumentForm(), ilMailingListsGUI\showAssignmentForm(), ilAccessibilityDocumentGUI\showAttachCriterionForm(), ilTermsOfServiceDocumentGUI\showAttachCriterionForm(), ilAccessibilityDocumentGUI\showChangeCriterionForm(), ilTermsOfServiceDocumentGUI\showChangeCriterionForm(), ilObjContactAdministrationGUI\showConfigurationForm(), ilContactGUI\showContactRequests(), ilContactGUI\showContacts(), ilAccessibilityDocumentGUI\showEditDocumentForm(), ilTermsOfServiceDocumentGUI\showEditDocumentForm(), ilWebDAVMountInstructionsUploadGUI\showEditDocumentForm(), ilMailingListsGUI\showForm(), ilObjForumGUI\showStatisticsObject(), ilTermsOfServiceAcceptanceHistoryGUITest\testAccessDeniedErrorIsRaisedWhenPermissionsAreMissing(), ilTermsOfServiceDocumentGUITest\testAccessDeniedErrorIsRaisedWhenPermissionsAreMissing(), ilTermsOfServiceDocumentGUITest\testLastResetDateIsDisplayedInMessageBoxWhenAgreementsHaveBeenResetAtLeastOnce(), ilTermsOfServiceDocumentGUITest\testNoLastResetDateIsDisplayedInMessageBoxWhenAgreementsHaveBeenResetAtLeastOnce(), ilObjForumGUI\toggleStickinessObject(), ilObjForumGUI\toggleThreadNotificationObject(), ilDatabaseSetupConfig\toMockIniFile(), ilMailTemplateGUI\unsetAsContextDefault(), ilCronManagerGUI\update(), ilMailTemplateGUI\updateTemplate(), ilObjForumGUI\updateThreadDraftObject(), ilObjForumGUI\updateThreadObject(), and ilIniFile\write().

+ Here is the caller graph for this function:

◆ getError()

getError ( )

returns error @access public

Returns
string

Definition at line 362 of file class.ilIniFile.php.

363 {
364 return $this->ERROR;
365 }

References ilIniFile\$ERROR.

Referenced by ILIAS\Refinery\getErrorMessage(), and ilDatabaseSetupConfig\toMockIniFile().

+ Here is the caller graph for this function:

◆ getGroupCount()

getGroupCount ( )

returns number of groups @access public

Returns
integer

Definition at line 210 of file class.ilIniFile.php.

211 {
212 return count($this->GROUPS);
213 }

Referenced by ilDatabaseSetupConfig\toMockIniFile().

+ Here is the caller graph for this function:

◆ groupExists()

groupExists (   $a_group_name)

checks if a group exists @access public

Parameters
stringgroup name
Returns
boolean

Definition at line 237 of file class.ilIniFile.php.

238 {
239 if (!isset($this->GROUPS[$a_group_name])) {
240 return false;
241 }
242
243 return true;
244 }

Referenced by addGroup(), readGroup(), removeGroup(), setVariable(), and ilDatabaseSetupConfig\toMockIniFile().

+ Here is the caller graph for this function:

◆ readGroup()

readGroup (   $a_group_name)

returns an associative array of the variables in one group @access public

Parameters
stringgroup name
Returns
mixed return array of values or boolean 'false' on failure

Definition at line 252 of file class.ilIniFile.php.

253 {
254 if (!$this->groupExists($a_group_name)) {
255 $this->error("Group '" . $a_group_name . "' does not exist");
256 return false;
257 }
258
259 return $this->GROUPS[$a_group_name];
260 }

References error(), and groupExists().

Referenced by show(), ilDatabaseSetupConfig\toMockIniFile(), and ilIniFile\write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ readGroups()

readGroups ( )

returns an array with the names of all the groups @access public

Returns
array groups

Definition at line 220 of file class.ilIniFile.php.

221 {
222 $groups = array();
223
224 for (reset($this->GROUPS);$key = key($this->GROUPS);next($this->GROUPS)) {
225 $groups[] = $key;
226 }
227
228 return $groups;
229 }

Referenced by show(), ilDatabaseSetupConfig\toMockIniFile(), and ilIniFile\write().

+ Here is the caller graph for this function:

◆ readVariable()

readVariable (   $a_group,
  $a_var_name 
)

reads a single variable from a group @access public

Parameters
stringgroup name
stringvalue
Returns
mixed return value string or boolean 'false' on failure

Definition at line 316 of file class.ilIniFile.php.

317 {
318 if (!isset($this->GROUPS[$a_group][$a_var_name])) {
319 $this->error("'" . $a_var_name . "' does not exist in '" . $a_group . "'");
320 return false;
321 }
322
323 return trim($this->GROUPS[$a_group][$a_var_name]);
324 }

References error().

Referenced by ilSoapInstallationInfoXMLWriter\__buildInstallationInfo(), ilMail\_getInstallationSignature(), ilChatroomConfigFileHandler\getClientFileContent(), and ilDatabaseSetupConfig\toMockIniFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeGroup()

removeGroup (   $a_group_name)

removes a group @access public

Parameters
stringgroup name
Returns
boolean

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

286 {
287 if (!$this->groupExists($a_group_name)) {
288 $this->error("Group '" . $a_group_name . "' does not exist");
289 return false;
290 }
291
292 unset($this->GROUPS[$a_group_name]);
293 return true;
294 }

References error(), and groupExists().

Referenced by ilDatabaseSetupConfig\toMockIniFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setVariable()

setVariable (   $a_group_name,
  $a_var_name,
  $a_var_value 
)

sets a variable in a group @access public

Parameters
string
string
string
Returns
boolean

Definition at line 334 of file class.ilIniFile.php.

335 {
336 if (!$this->groupExists($a_group_name)) {
337 $this->error("Group '" . $a_group_name . "' does not exist");
338 return false;
339 }
340
341 $this->GROUPS[$a_group_name][$a_var_name] = $a_var_value;
342 return true;
343 }

References error(), and groupExists().

Referenced by ilDatabaseSetupConfig\toMockIniFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ show()

show ( )

returns the content of IniFile @access public

Returns
string content

Definition at line 176 of file class.ilIniFile.php.

177 {
178 $groups = $this->readGroups();
179 $group_cnt = count($groups);
180
181 //clear content
182 $content = "";
183
184 // go through all groups
185 for ($i = 0; $i < $group_cnt; $i++) {
186 $group_name = $groups[$i];
187 //prevent empty line at beginning of ini-file
188 if ($i == 0) {
189 $content = sprintf("[%s]\n", $group_name);
190 } else {
191 $content .= sprintf("\n[%s]\n", $group_name);
192 }
193
194 $group = $this->readGroup($group_name);
195
196 //go through group an display all variables
197 for (reset($group); $key = key($group);next($group)) {
198 $content .= sprintf("%s = %s\n", $key, $group[$key]);
199 }
200 }
201
202 return $content;
203 }
readGroups()
returns an array with the names of all the groups @access public
readGroup($a_group_name)
returns an associative array of the variables in one group @access public
$i
Definition: metadata.php:24

References $i, readGroup(), and readGroups().

Referenced by ilDashboardGUI\executeCommand(), ilCalendarMonthGUI\getHTML(), ilDashboardGUI\jumpToSelectedItems(), and ilDatabaseSetupConfig\toMockIniFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ variableExists()

variableExists (   $a_group,
  $a_var_name 
)

returns if a variable exists or not @access public

Parameters
stringgroup name
stringvalue
Returns
mixed return true if value exists or false

Definition at line 303 of file class.ilIniFile.php.

304 {
305 return isset($this->GROUPS[$a_group][$a_var_name]);
306 }

Referenced by ilDatabaseSetupConfig\toMockIniFile().

+ Here is the caller graph for this function:

Variable Documentation

◆ true

bool If Securimage::true

Flag indicating whether or not HTTP headers will be sent when outputting captcha image/audio.

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

Referenced by assTextQuestionGUI\__construct(), ilSearchGUI\__construct(), ilCourseObjectiveResult\__isFullfilled(), assQuestion\_areAnswered(), ilObjUser\_doesLoginnameExistInHistory(), ilObject\_exists(), ilObjUser\_externalAccountExists(), ilObjRole\_getAssignUsersStatus(), ilObjContentPageAccess\_getCommands(), ilLPStatusCollection\_getCompleted(), ilLPStatusCollection\_getFailed(), ilLinkCheckNotify\_getNotifyStatus(), ilMemberAgreement\_hasAccepted(), ilMemberAgreement\_hasAgreements(), ilMemberAgreement\_hasAgreementsByObjId(), ilObjSurvey\_hasDatasets(), ilDclTable\_hasFieldByTitle(), ilParticipants\_hasPassed(), ilDclTable\_hasRecords(), ilObjDataCollection\_hasTableByTitle(), ilCourseObjectiveQuestion\_hasTests(), ilEventItems\_isAssigned(), ilParticipants\_isBlocked(), ilParameterAppender\_isEnabled(), ilObjGroup\_isMember(), ilWaitingList\_isOnList(), ilCalendarCategories\_isOwner(), ilObjTestAccess\_isPassed(), ilLinkResourceItems\_isSingular(), ilObjCourse\_isSubscriptionNotificationEnabled(), ilObjSurveyAccess\_isSurveyParticipant(), ilCourseObjectiveQuestion\_isTestAssignedToObjective(), ilObjTestAccess\_lookupCreationComplete(), ilObjCourseGUI\_modifyItemGUI(), SurveyQuestion\_questionExists(), ilECSServerSettings\activeServerExists(), ilObject\applyDidacticTemplate(), ilObjStudyProgramme\assignUser(), ilTemplate\blockExists(), ilObjRoleGUI\changeExistingObjectsObject(), ilObjSystemFolderGUI\changeHeaderTitleObject(), ilCourseObjectiveMaterials\checkExists(), ilConditionHandler\checkExists(), ilScormLP\checkSCORMPreconditions(), PEAR\delExpect(), ilLPStatusCollection\determineStatus(), ilECSMappingSettingsGUI\dInitFormTreeSettings(), ilWhiteListUrlValidatorTest\domainProvider(), ilSearchSettings\enabledIndex(), ilSearchSettings\enabledLucene(), ilSearchSettings\enableLucene(), ilCourseStart\exists(), ilContainerStartObjects\exists(), ilStudyProgrammeIndividualPlanTableGUI\fetchData(), ilMailbox\folderNameExists(), ilForum\generatePost(), ilLocationInputGUI\geolocationAvailiable(), ilTermsOfServiceAcceptanceHistoryTableGUI\getColumnDefinition(), assMultipleChoiceGUI\getEditAnswersSingleLine(), assSingleChoiceGUI\getEditAnswersSingleLine(), ilMailTemplateContext\getGenericPlaceholders(), ilSearchSettings\getHideAdvancedSearch(), ilAdvancedSelectionListGUI\getHTML(), ilOverlayGUI\getOnLoadCode(), ilObjUser\getStoredActive(), ilObjCourse\getSubscriptionNotify(), ilObjSurvey\getSurveyParticipants(), ilLinkChecker\getValidateAll(), ilGroupXMLParser\handlerBeginTag(), ilSoapMailXmlParser\handlerBeginTag(), ilLDAPSettingsGUI\hasActiveRoleAssignmentPlugins(), ilObjectActivation\hasChangeableTimings(), ilDclTable\hasCustomFields(), ilLPCollectionOfRepositoryObjects\hasGroupedItems(), ilEventParticipants\hasParticipated(), ilParticipants\hasPassed(), ilObjTest\hasRandomQuestionsForPass(), ilTestSequenceRandomQuestionSet\hasRandomQuestionsForPass(), ilForumPost\hasReplies(), ilECSCourseMappingRule\hasRules(), ilLDAPAttributeMapping\hasRulesForUpdate(), ActiveRecordList\hasSets(), ilCalendarSharedStatus\hasStatus(), ilObjectActivation\hasTimings(), ilTimingAccepted\isAccepted(), ilLDAPServer\isAccountMigrationEnabled(), ilRadiusSettings\isAccountMigrationEnabled(), ilForumPost\isActivated(), ilRadiusSettings\isActive(), ilContainerGUI\isActiveOrdering(), ilLDAPServer\isActiveReferrer(), ilLDAPServer\isActiveTLS(), ilParticipants\isAdmin(), ilObjSurvey\isAnonymizedParticipant(), ilObjSurvey\isAnonymousKey(), ilMakeInstallationAccessibleObjective\isApplicable(), ilRbacReview\isAssignable(), ilCourseObjectiveMaterials\isAssigned(), ilParticipants\isBlocked(), ilForumPost\isCensored(), ilCourseObjectiveMaterials\isChapterAssigned(), assQuestion\isClone(), ilForumTopic\isClosed(), ilEventParticipants\isContact(), ilObjectDefinition\isContainer(), assFormulaQuestionResult\isCoprimeFraction(), ilMath\isCoprimeFraction(), ilMDSettings\isCopyrightSelectionActive(), ilIndividualAssessmentFileStorage\isEmpty(), ilECSParticipantSettings\isEnabled(), ilEventParticipants\isExcused(), ilUserSearchCache\isFailed(), ilObjTestAccess\isFailed(), ilFileInputGUI\isFileNameSelectionEnabled(), ilColumnGUI\isGloballyActivated(), ilParticipants\isGroupingMember(), ilLDAPRoleAssignmentRule\isGroupMember(), ilPasteIntoMultipleItemsExplorer\isItemChecked(), ilWorkspaceExplorer\isItemChecked(), ilECSNodeMappingCmsExplorer\isItemChecked(), ilECSNodeMappingLocalExplorer\isItemChecked(), ilSearchResult\isLimitReached(), ilValidator\isMediaFolder(), ilParticipants\isMember(), ilParticipants\isNotificationEnabled(), ilForumPost\isNotificationEnabled(), ilWaitingList\isOnList(), ilForumPost\isRead(), ilObjForum\isRead(), ilEventParticipants\isRegistered(), ilRbacReview\isRoleAssignedToObject(), ilForumProperties\isSendAttachmentsByMailEnabled(), ilForumTopic\isSticky(), ilCourseObjectiveResultCache\isSuggested(), ilObjSurvey\isSurveyCodeUsed(), ilRbacReview\isSystemGeneratedRole(), ilConditionHandlerGUI\isTargetReferenced(), ilObjTest\isTestFinishedToViewResults(), ilParticipants\isTutor(), ilRegistrationCode\isValidRegistrationCode(), ilTimingAccepted\isVisible(), ilLTIConsumeProviderList\loadUsedBy(), ilExAssignment\lookupAssignmentOnline(), ilObjectFactory\ObjectIdExists(), ilRoleTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilUserPrivacySettingsGUI\populateWithChatSettingsSection(), assQuestion\questionTitleExists(), SurveyQuestion\questionTitleExists(), ilForumProperties\read(), ilAdvancedMDSubstitution\read(), ilSecuritySettings\read(), ilECSParticipantSetting\read(), ilECSServerSettings\serverExists(), ilExerciseXMLWriter\setAttachMembers(), ilUserXMLWriter\setAttachRoles(), ilCourseXMLWriter\setAttachUsers(), ilGroupXMLWriter\setAttachUsers(), ilCSVWriter\setDoUTF8Decoding(), ilSoapInstallationInfoXMLWriter\setExportAdvancedMetaDataDefinitions(), ilExplorer\setOutput(), ilTestEvaluationUserData\setPassed(), ilObjCourse\setSubscriptionNotify(), ilADTLocalizedTextDefinition\supportsTranslations(), ilECSCmsData\treeExists(), ilECSCmsTree\treeExists(), ilCalendarAppointmentGUI\update(), and ilObject\withReferences().