Public Member Functions | Public Attributes | Protected Member Functions

Shop_Main Class Reference

Inheritance diagram for Shop_Main:
Collaboration diagram for Shop_Main:

List of all members.

Public Member Functions

 render ()
 save ()

Public Attributes

const SHOP_FIELD_SET_SIZE = 64

Protected Member Functions

 _getNonCopyConfigVars ()
 _copyConfigVars ($oShop)
 _getShopIds ()

Detailed Description

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.


Member Function Documentation

Shop_Main._copyConfigVars ( oShop  )  [protected]

Copies base shop config variables to current

Parameters:
oxshop $oShop new shop object
Returns:
null

Definition at line 140 of file shop_main.php.

Shop_Main._getNonCopyConfigVars (  )  [protected]

Returns array of config variables which cannot be copied

Returns:
array

Definition at line 121 of file shop_main.php.

Shop_Main._getShopIds (  )  [protected]

Returns shop id and shop name array

Deprecated:
since 4.6.0 call oxshop.getShopIds()
Returns:
array

Definition at line 183 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".

Returns:
string

Reimplemented from oxAdminDetails.

Definition at line 25 of file shop_main.php.

Shop_Main.save (  ) 

Saves changed main shop configuration parameters.

Returns:
null

Reimplemented from oxAdminView.

Definition at line 66 of file shop_main.php.


Member Data Documentation

Definition at line 16 of file shop_main.php.


The documentation for this class was generated from the following file: