

Public Member Functions | |
| __construct () | |
| setMultiShopTables ($aMultiShopTables) | |
Protected Attributes | |
| $_sCoreTbl = 'oxshops' | |
| $_sClassName = 'oxshop' | |
| $_aMultiShopTables = array() | |
Shop manager. Performs configuration and object loading or deletion.
Definition at line 8 of file oxshop.php.
| oxShop.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxI18n.
Definition at line 34 of file oxshop.php.
| oxShop.setMultiShopTables | ( | $ | aMultiShopTables | ) |
Sets multi shop tables
| string | $aMultiShopTables multi shop tables |
Definition at line 47 of file oxshop.php.
oxShop.$_aMultiShopTables = array() [protected] |
Definition at line 29 of file oxshop.php.
oxShop.$_sClassName = 'oxshop' [protected] |
Reimplemented from oxI18n.
Definition at line 22 of file oxshop.php.
oxShop.$_sCoreTbl = 'oxshops' [protected] |
Definition at line 15 of file oxshop.php.
1.6.2