Refactor of Compiler Interpretation Class #950

Open
opened 2022-08-20 16:00:47 +00:00 by Llewellyn · 0 comments
Owner

All Interpretation methods needs to move to [power] class, so we can add them all to a containerized implementation.

All [Interpretation](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php) methods needs to move to [power] class, so we can add them all to a containerized implementation. - [ ] [__construct](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L249) - [ ] [addCustomButtonPermissions](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L27713) - [ ] [addCustomDashboardIcons](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23437) - [ ] [addCustomMainMenu](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24125) - [ ] [addCustomSubMenu](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23818) - [ ] [addCustomTabs](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13585) - [ ] [addEmailHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L280) - [ ] [buildFunctionCall](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17055) - [ ] [buildPermissions](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L27758) - [ ] [buildTheViewScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L16416) - [ ] [checkHelp](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1469) - [ ] [checkJoint](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3095) - [ ] [checkRelationControl](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17142) - [ ] [checkStatmentLicenseLocked](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L417) - [ ] [clearValueScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17813) - [ ] [getAssetsTableIntelligentCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8668) - [ ] [getAssetsTableIntelligentInstall](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8566) - [ ] [getAssetsTableIntelligentUninstall](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8622) - [ ] [getCategoryContentType](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8925) - [ ] [getContentType](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8793) - [ ] [getCustomAdminViewButtons](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11874) - [ ] [getEditBodyLinkedAdminViewsTabs](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12880) - [ ] [getEditBodyPublishMetaTabs](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13225) - [ ] [getEditBodyTabs](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12951) - [ ] [getExtensionFieldsetXML](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L29266) - [x] [getExtensionInstallClass](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.4/admin/helpers/compiler/e_Interpretation.php#L29274) - [x] [setInstallMethodScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.4/admin/helpers/compiler/e_Interpretation.php#L29385) - [ ] [getFilterFieldCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20891) - [ ] [getInbetweenStrings](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28192) - [ ] [getLayoutOverride](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13779) - [ ] [getListFieldClass](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12217) - [ ] [getListItem](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11760) - [ ] [getListItemBuilder](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11639) - [ ] [getListItemCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11931) - [ ] [getListItemLink](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12014) - [ ] [getListItemLinkAuthority](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12098) - [ ] [getListItemLinkLogic](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11824) - [ ] [getModCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28203) - [ ] [getModDefault](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28233) - [ ] [getModHelperCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28255) - [ ] [getModLibCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28265) - [ ] [getModuleMainXML](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28323) - [ ] [getOptionsScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17687) - [ ] [getPluginMainClass](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28707) - [ ] [getPluginMainXML](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L28718) - [ ] [getPopulateStateFilterCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21552) - [ ] [getPowerCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L29082) - [ ] [getReplacementNames](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7276) - [ ] [getScriptRootPath](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6550) - [ ] [getStoredIdCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21050) - [ ] [getStoredIdCodeMulti](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21116) - [ ] [getTabLayoutFieldsArray](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12598) - [ ] [getTargetRelationScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17087) - [ ] [getValueScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17759) - [ ] [ifValueScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17375) - [ ] [noHelp](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1454) - [ ] [removeAsDot](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3555) - [ ] [routerBuildViews](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L9192) - [ ] [routerParseSwitch](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L9064) - [ ] [setAccessSections](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L27206) - [ ] [setAccessSectionsCategory](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L27145) - [ ] [setAccessSectionsJoomlaFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L27174) - [ ] [setAddToolBar](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21152) - [ ] [setAdminViewDisplayMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5104) - [ ] [setAdminViewMenu](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2218) - [ ] [setAjaxInputReturn](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17959) - [ ] [setAjaxModelMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18092) - [ ] [setAjaxToke](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17913) - [ ] [setAliasTitleFix](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L9852) - [ ] [setAutoCheckin](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21727) - [ ] [setBatchCopy](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L9456) - [ ] [setBatchDisplayHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18836) - [ ] [setBatchMove](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L9211) - [ ] [setBoolLicenseLock](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L441) - [ ] [setCategoryBatchHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L19059) - [ ] [setCategorySidebarFilterHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18799) - [ ] [setCheckboxSave](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7530) - [ ] [setCheckinCall](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21718) - [ ] [setChosenMultiSelectionHeaders](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22682) - [ ] [setComponentImageType](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22974) - [ ] [setComponentToContentTypes](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7800) - [ ] [setConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24306) - [ ] [setControllerEximportMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15530) - [ ] [setCreateUserHelperMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1891) - [ ] [setCustomAdminDynamicButton](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15130) - [ ] [setCustomAdminDynamicButtonController](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15179) - [ ] [setCustomAdminSubMenu](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23859) - [ ] [setCustomAdminViewListLink](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11315) - [ ] [setCustomButtons](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5536) - [ ] [setCustomControlConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24623) - [ ] [setCustomCSS](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5921) - [ ] [setCustomQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L16131) - [ ] [setCustomViewBody](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6884) - [ ] [setCustomViewCodeBody](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7147) - [ ] [setCustomViewCustomItemMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4342) - [ ] [setCustomViewCustomJoin](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3034) - [ ] [setCustomViewCustomMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3999) - [ ] [setCustomViewDisplayMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5141) - [ ] [setCustomViewExtraDisplayMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6872) - [ ] [setCustomViewFieldDecode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2789) - [ ] [setCustomViewFieldDecodeFilter](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2556) - [ ] [setCustomViewFieldonContentPrepareChecker](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2914) - [ ] [setCustomViewFieldUikitChecker](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2997) - [ ] [setCustomViewFilter](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3118) - [ ] [setCustomViewForm](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7057) - [ ] [setCustomViewGetItem](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3652) - [ ] [setCustomViewGetItems](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4908) - [ ] [setCustomViewGlobals](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3508) - [ ] [setCustomViewGroup](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3319) - [ ] [setCustomViewLayouts](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7226) - [ ] [setCustomViewListQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4831) - [ ] [setCustomViewMenu](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2268) - [ ] [setCustomViewMethodDefaults](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4789) - [ ] [setCustomViewOrder](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3352) - [ ] [setCustomViewQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2440) - [ ] [setCustomViewSubmitButtonScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7113) - [ ] [setCustomViewTemplateBody](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7167) - [ ] [setCustomViewTemplateCode](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7210) - [ ] [setCustomViewWhere](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3395) - [ ] [setDashboardDisplayData](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23292) - [ ] [setDashboardGetCustomData](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23266) - [ ] [setDashboardIconAccess](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22996) - [ ] [setDashboardIcons](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23015) - [ ] [setDashboardModelMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23242) - [ ] [setDefaultBatchHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L19005) - [ ] [setDefaultPopulateState](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21607) - [ ] [setDefaultSidebarFilterHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18749) - [ ] [setDefaultViewsBody](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12232) - [ ] [setDocumentCustomCSS](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5936) - [ ] [setDocumentCustomJS](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6014) - [ ] [setDocumentCustomPHP](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5514) - [ ] [setDocumentMetadata](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6056) - [ ] [setDynamicUpdateXMLSQL](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1257) - [ ] [setEditBody](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12655) - [ ] [setEditBodyTabMainCenterPositionDiv](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13173) - [ ] [setEmailHelperConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L25473) - [ ] [setEncryptionConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L26830) - [ ] [setExportButton](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15692) - [ ] [setFadeInEfect](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13620) - [ ] [setFieldSetAccessControl](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20771) - [ ] [setFileHeader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22534) - [ ] [setFilterFieldHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18125) - [ ] [setFilterFieldsArray](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20824) - [ ] [setFilterFieldSidebarDisplayHelper](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18572) - [ ] [setFilterQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L16245) - [ ] [setFootableScripts](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L14099) - [ ] [setFootableScriptsLoader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6045) - [ ] [setFunctionOnlyButtons](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5905) - [ ] [setGenerateNewAlias](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L10177) - [ ] [setGenerateNewTitle](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L10064) - [ ] [setGetCryptKey](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L851) - [ ] [setGetItemsMethodStringFix](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21808) - [ ] [setGetItemsModelMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15266) - [ ] [setGetModules](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5407) - [ ] [setGlobalConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24740) - [ ] [setGooglechartConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L26290) - [ ] [setGoogleChartLoader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6207) - [ ] [setGroupControlConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24677) - [ ] [setHelp](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1499) - [ ] [setHelperClassHeader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22662) - [ ] [setHelperExelMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1598) - [ ] [setHelperLicenseLock](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L488) - [ ] [setImportButton](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15719) - [ ] [setImportCustomScripts](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15747) - [ ] [setIncludeLibScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6505) - [ ] [setInitLicenseLock](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L526) - [ ] [setInstall](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L10255) - [ ] [setJavaScriptFile](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5967) - [ ] [setJavaScriptForButtons](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5891) - [ ] [setJcontrollerAllowAdd](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L19194) - [ ] [setJcontrollerAllowEdit](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L19351) - [ ] [setJmodelAdminAllowEdit](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20308) - [ ] [setJmodelAdminCanDelete](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20366) - [ ] [setJmodelAdminCanEditState](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20488) - [ ] [setJmodelAdminGetForm](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L19710) - [ ] [setJtableAliasCategory](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7787) - [ ] [setJtableConstructor](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7755) - [ ] [setJviewListCanDo](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20658) - [ ] [setLangAdmin](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L10828) - [ ] [setLangAdminSys](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11269) - [ ] [setLangSite](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11117) - [ ] [setLangSiteSys](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11212) - [ ] [setLayout](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13671) - [ ] [setLayoutOverride](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13709) - [ ] [setLibrariesLoader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6234) - [ ] [setLibraryDocConditions](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6346) - [ ] [setLibraryDocument](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6316) - [ ] [setLibraryScripts](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6371) - [ ] [setLine](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L267) - [ ] [setLinkedView](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L13891) - [ ] [setListBody](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L11394) - [ ] [setListBodyLinked](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L14205) - [ ] [setListColnr](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12580) - [ ] [setListHead](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L12415) - [ ] [setListHeadLinked](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L14399) - [ ] [setListQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L15827) - [ ] [setListQueryLinked](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L14605) - [ ] [setLockLicense](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L310) - [ ] [setLockLicensePer](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L363) - [ ] [setMainCustomMehtod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4321) - [ ] [setMainMenus](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24032) - [ ] [setMetadataItem](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6103) - [ ] [setMetadataList](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6177) - [ ] [setMethodGetItem](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7345) - [ ] [setMethodItemSave](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7555) - [ ] [setModelFieldRelation](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22787) - [ ] [setMoveFolderMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8731) - [ ] [setMoveFolderScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8713) - [ ] [setMultiFilterQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L16345) - [ ] [setPermissionAccessFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20213) - [ ] [setPermissionEditFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20159) - [ ] [setPermissionViewFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20234) - [ ] [setPopulateState](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21485) - [ ] [setPostInstallScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L7930) - [ ] [setPostUpdateScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8048) - [ ] [setPowersAutoloader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L29127) - [ ] [setPrepareDocument](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L5322) - [ ] [setRegisterAjaxTask](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17928) - [ ] [setRequestValues](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24598) - [ ] [setRouterCase](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22955) - [ ] [setRouterCategoryViews](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L19090) - [ ] [setRouterHelp](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8958) - [ ] [setSearchQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L16068) - [ ] [setSelectionTranslationFix](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22835) - [ ] [setSelectionTranslationFixFunc](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L22873) - [ ] [setSingleFilterQuery](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L16301) - [ ] [setSiteControlConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L24481) - [ ] [setSortFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L21665) - [ ] [setStoredId](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L20947) - [ ] [setSubMenus](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L23630) - [ ] [setTargetControlsScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17184) - [ ] [setUikitConfigFieldsets](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L25239) - [ ] [setUikitGetMethod](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4289) - [ ] [setUikitHelperMethods](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L4165) - [ ] [setUikitLoader](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L6583) - [ ] [setUninstall](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L10761) - [ ] [setUninstallScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L8086) - [ ] [setUniqueFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L18517) - [ ] [setUpdateXMLSQL](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1324) - [ ] [setupFrontendParamFields](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L2388) - [ ] [setUserPermissionCheckAccess](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L3573) - [ ] [setValidationFix](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17846) - [ ] [setVersionController](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L1108) - [ ] [setViewScript](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L17835) - [ ] [setWHMCSCryption](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L548) - [ ] [shouldLanguageBeAdded](https://git.vdm.dev/joomla/Component-Builder/src/tag/v3.1.5/admin/helpers/compiler/e_Interpretation.php#L29282)
Llewellyn added this to the Joomla 4 project 2022-08-20 16:01:02 +00:00
Llewellyn added this to the Compiler Refactoring milestone 2022-08-20 16:01:10 +00:00
Llewellyn self-assigned this 2022-08-20 16:04:38 +00:00
Llewellyn changed title from Move some methods in the Compiler Interpretation Class to its own class to Refactor of Compiler Interpretation Class 2022-08-30 07:45:25 +00:00
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#950
No description provided.