

Definition at line 8 of file shop_config.php.
| Public Member Functions | |
| render () | |
| saveConfVars () | |
| save () | |
| Protected Member Functions | |
| _arrayToMultiline ($aInput) | |
| _multilineToArray ($sMultiline) | |
| _aarrayToMultiline ($aInput) | |
| _multilineToAarray ($sMultiline) | |
| Protected Attributes | |
| $_sThisTemplate = 'shop_config.tpl' | |
| $_aSkipMultiline = array('aRssSelected', 'aHomeCountry', 'iShopID_TrustedShops') | |
| Shop_Config.render | ( | ) | 
Executes parent method parent.render(), passes shop configuration parameters to Smarty and returns name of template file "shop_config.tpl".
Reimplemented from oxAdminDetails.
Reimplemented in dyn_affiliwelt, dyn_econda, dyn_ipayment, dyn_trusted, Shop_Seo, and Shop_System.
Definition at line 19 of file shop_config.php.
| Shop_Config.saveConfVars | ( | ) | 
| Shop_Config.save | ( | ) | 
Saves changed shop configuration parameters.
Reimplemented from oxAdminView.
Reimplemented in dyn_affiliwelt, dyn_trusted, and Shop_Seo.
Definition at line 189 of file shop_config.php.
| Shop_Config._arrayToMultiline | ( | $ | aInput | ) |  [protected] | 
Converts simple array to multiline text. Returns this text.
| array | $aInput Array with text | 
Definition at line 214 of file shop_config.php.
| Shop_Config._multilineToArray | ( | $ | sMultiline | ) |  [protected] | 
Converts Multiline text to simple array. Returns this array.
| string | $sMultiline Multiline text | 
Definition at line 229 of file shop_config.php.
| Shop_Config._aarrayToMultiline | ( | $ | aInput | ) |  [protected] | 
Converts associative array to multiline text. Returns this text.
| array | $aInput Array to convert | 
Definition at line 251 of file shop_config.php.
| Shop_Config._multilineToAarray | ( | $ | sMultiline | ) |  [protected] | 
Converts Multiline text to associative array. Returns this array.
| string | $sMultiline Multiline text | 
Definition at line 272 of file shop_config.php.
| Shop_Config.$_sThisTemplate = 'shop_config.tpl'  [protected] | 
Reimplemented from oxAdminView.
Reimplemented in Shop_Performance, and Shop_System.
Definition at line 10 of file shop_config.php.
| Shop_Config.$_aSkipMultiline = array('aRssSelected', 'aHomeCountry', 'iShopID_TrustedShops')  [protected] | 
Definition at line 11 of file shop_config.php.
 1.5.5
 1.5.5