Public Member Functions | Protected Member Functions | Protected Attributes

oxShop Class Reference

Inheritance diagram for oxShop:
Collaboration diagram for oxShop:

List of all members.

Public Member Functions

 __construct ()
 setMultiShopTables ($aMultiShopTables)
 generateViews ($blMultishopInheritCategories=false, $aMallInherit=null)

Protected Member Functions

 _getViewSelect ($sTable, $iLang)
 _getViewJoinAll ($sTable)
 _getViewJoinLang ($sTable, $iLang)

Protected Attributes

 $_sClassName = 'oxshop'
 $_aMultiShopTables = array()

Detailed Description

Shop manager. Performs configuration and object loading or deletion.

Definition at line 8 of file oxshop.php.


Constructor & Destructor Documentation

oxShop.__construct (  ) 

Class constructor, initiates parent constructor (parent.oxBase()).

Reimplemented from oxI18n.

Definition at line 28 of file oxshop.php.


Member Function Documentation

oxShop._getViewJoinAll ( sTable  )  [protected]

Returns all language table view JOIN section

Parameters:
string $sTable table name
Returns:
string $sSQL

Definition at line 108 of file oxshop.php.

oxShop._getViewJoinLang ( sTable,
iLang 
) [protected]

Returns language table view JOIN section

Parameters:
string $sTable table name
array $iLang language id
Returns:
string $sSQL

Definition at line 129 of file oxshop.php.

oxShop._getViewSelect ( sTable,
iLang 
) [protected]

Returns table field name mapping sql section for single language views

Parameters:
string $sTable table name
array $iLang language id
Returns:
string $sSQL

Definition at line 88 of file oxshop.php.

oxShop.generateViews ( blMultishopInheritCategories = false,
aMallInherit = null 
)

(Re)generates shop views

Parameters:
bool $blMultishopInheritCategories config option blMultishopInherit
array $aMallInherit array of config options blMallInherit
Returns:
null

Definition at line 55 of file oxshop.php.

oxShop.setMultiShopTables ( aMultiShopTables  ) 

Sets multi shop tables

Parameters:
string $aMultiShopTables multi shop tables
Returns:
null

Definition at line 41 of file oxshop.php.


Member Data Documentation

oxShop.$_aMultiShopTables = array() [protected]

Definition at line 22 of file oxshop.php.

oxShop.$_sClassName = 'oxshop' [protected]

Reimplemented from oxI18n.

Definition at line 15 of file oxshop.php.


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