Public Member Functions | |
init () | |
render () | |
buildWhere () | |
Protected Attributes | |
$_blUpdateMain = false | |
$_sDefSortField = 'oxname' | |
$_sListClass = 'oxshop' | |
$_blUpdateNav = null |
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.
Shop_List.buildWhere | ( | ) |
Sets SQL WHERE condition. Returns array of conditions.
Reimplemented from oxAdminList.
Definition at line 95 of file shop_list.php.
Shop_List.init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent.Init().
Reimplemented from oxAdminView.
Definition at line 43 of file shop_list.php.
Shop_List.render | ( | ) |
Executes parent method parent.render() and returns name of template file "shop_list.tpl".
Reimplemented from oxAdminList.
Definition at line 55 of file shop_list.php.
Shop_List.$_blUpdateMain = false [protected] |
Definition at line 16 of file shop_list.php.
Shop_List.$_blUpdateNav = null [protected] |
Definition at line 37 of file shop_list.php.
Shop_List.$_sDefSortField = 'oxname' [protected] |
Reimplemented from oxAdminList.
Definition at line 23 of file shop_list.php.
Shop_List.$_sListClass = 'oxshop' [protected] |
Reimplemented from oxAdminList.
Definition at line 30 of file shop_list.php.