|
OXID eShop CE
4.9.7
|
Inheritance diagram for Shop_Main:
Collaboration diagram for Shop_Main:Public Attributes | |
| const | SHOP_FIELD_SET_SIZE = 64 |
Protected Member Functions | |
| _getNonCopyConfigVars () | |
| _copyConfigVars ($oShop) | |
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) | |
Additional Inherited Members | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin article main shop manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Main Menu -> Core Settings -> Main.
Definition at line 9 of file shop_main.php.
|
protected |
Copies base shop config variables to current
| oxshop | $oShop | new shop object |
Definition at line 141 of file shop_main.php.
|
protected |
Returns array of config variables which cannot be copied
Definition at line 124 of file shop_main.php.
| Shop_Main::render | ( | ) |
Executes parent method parent::render(), creates oxCategoryList and oxshop objects, passes it's data to Smarty engine and returns name of template file "shop_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 26 of file shop_main.php.
| Shop_Main::save | ( | ) |
Saves changed main shop configuration parameters.
Reimplemented from oxAdminView.
Definition at line 67 of file shop_main.php.
| const Shop_Main::SHOP_FIELD_SET_SIZE = 64 |
Definition at line 17 of file shop_main.php.