Public Member Functions | Protected Attributes

Shop_List Class Reference

Inheritance diagram for Shop_List:
Collaboration diagram for Shop_List:

List of all members.

Public Member Functions

 init ()
 render ()
 buildWhere ()

Protected Attributes

 $_blUpdateMain = false
 $_sDefSortField = 'oxname'
 $_sListClass = 'oxshop'
 $_blUpdateNav = null

Detailed Description

Admin shop list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: Main Menu -> Core Settings.

Definition at line 8 of file shop_list.php.


Member Function Documentation

Shop_List.buildWhere (  ) 

Sets SQL WHERE condition. Returns array of conditions.

Returns:
array

Reimplemented from oxAdminList.

Definition at line 96 of file shop_list.php.

Shop_List.init (  ) 

Sets SQL query parameters (such as sorting), executes parent method parent.Init().

Returns:
null

Reimplemented from oxAdminView.

Definition at line 44 of file shop_list.php.

Shop_List.render (  ) 

Executes parent method parent.render() and returns name of template file "shop_list.tpl".

Returns:
string

Reimplemented from oxAdminList.

Definition at line 56 of file shop_list.php.


Member Data Documentation

Shop_List.$_blUpdateMain = false [protected]

Definition at line 15 of file shop_list.php.

Shop_List.$_blUpdateNav = null [protected]

Definition at line 36 of file shop_list.php.

Shop_List.$_sDefSortField = 'oxname' [protected]

Reimplemented from oxAdminList.

Definition at line 22 of file shop_list.php.

Shop_List.$_sListClass = 'oxshop' [protected]

Reimplemented from oxAdminList.

Definition at line 29 of file shop_list.php.


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