|
OXID eShop CE
4.10.2
|
Inheritance diagram for Module_Config:
Collaboration diagram for Module_Config:Protected Member Functions | |
| _getModuleForConfigVars () | |
Protected Member Functions inherited from Shop_Config | |
| _parseConstraint ($sType, $sConstraint) | |
| _serializeConstraint ($sType, $sConstraint) | |
| _arrayToMultiline ($aInput) | |
| _multilineToArray ($sMultiline) | |
| _aarrayToMultiline ($aInput) | |
| _multilineToAarray ($sMultiline) | |
Protected Member Functions inherited from oxAdminDetails | |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _getEditValue ($oObject, $sField) | |
| _processEditValue ($sValue) | |
| _getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
| _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _setupNavigation ($sNode) | |
| _resetCounts ($aIds) | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Protected Attributes | |
| $_sModule = 'shop_config.tpl' | |
Protected Attributes inherited from Shop_Config | |
| $_sThisTemplate = 'shop_config.tpl' | |
| $_aSkipMultiline = array('aHomeCountry', 'iShopID_TrustedShops', 'aTsUser', 'aTsPassword') | |
| $_aParseFloat = array('iMinOrderPrice') | |
| $_aConfParams | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Protected Attributes inherited from oxAdminView | |
| $_aSumType | |
| $_sThisTemplate = null | |
| $_iDefEdit = 0 | |
| $_iEditLang = 0 | |
| $_sShopTitle = " - " | |
| $_sShopVersion = null | |
| $_sServiceUrl = null | |
| $_oEditShop = null | |
| $_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
| $_aViewData = array() | |
| $_sClassLocation = null | |
| $_sThisAction = null | |
| $_oParent = null | |
| $_blIsComponent = false | |
| $_sThisTemplate = null | |
| $_sViewId = null | |
| $_sClass = null | |
| $_sFnc = null | |
| $_sTrustedShopId = null | |
| $_sTSExcellenceId = null | |
| $_sCharSet = null | |
| $_sVersion = null | |
| $_blDemoVersion = null | |
| $_blDemoShop = null | |
| $_iNewsStatus = null | |
| $_sShopLogo = null | |
| $_sCategoryId = null | |
| $_oClickCat = null | |
| $_blIsCallForCache = false | |
| $_oViewConf = null | |
Private Member Functions | |
| _getDbConfigTypeName ($sType) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin article main deliveryset manager. There is possibility to change deliveryset name, article, user and etc. Admin Menu: Shop settings -> Shipping & Handling -> Main Sets.
Definition at line 9 of file module_config.php.
| Module_Config::__construct | ( | ) |
Add additional config type for modules.
Reimplemented from oxAdminView.
Definition at line 17 of file module_config.php.
|
private |
Convert metadata type to DB type.
| string | $sType | Metadata type. |
Definition at line 194 of file module_config.php.
|
protected |
return module filter for config variables
Reimplemented from Shop_Config.
Definition at line 67 of file module_config.php.
| Module_Config::_loadMetadataConfVars | ( | $aModuleSettings | ) |
Load and parse config vars from metadata. Return value is a map: 'vars' => config variable values as array[type][name] = value 'constraints' => constraints list as array[name] = constraint 'grouping' => grouping info as array[name] = grouping
| array | $aModuleSettings | settings array from module metadata |
Definition at line 83 of file module_config.php.
| Module_Config::render | ( | ) |
Executes parent method parent::render(), creates deliveryset category tree, passes data to Smarty engine and returns name of template file "deliveryset_main.tpl".
Reimplemented from Shop_Config.
Definition at line 29 of file module_config.php.
| Module_Config::saveConfVars | ( | ) |
Saves shop configuration variables
Reimplemented from Shop_Config.
Definition at line 159 of file module_config.php.
|
protected |
Definition at line 12 of file module_config.php.