Public Member Functions | |
render () | |
Protected Member Functions | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
Protected Attributes | |
$_sThisTemplate = 'actions_list.tpl' | |
$_sListClass = 'oxactions' | |
$_sDefSort = 'oxactions.oxtitle' |
Admin actionss manager. Sets list template, list object class ('oxactions') and default sorting field ('oxactions.oxtitle'). Admin Menu: Manage Products -> Actions.
Definition at line 9 of file actions_list.php.
Actions_List._prepareWhereQuery | ( | $ | aWhere, | |
$ | sqlFull | |||
) | [protected] |
Adds active promotion check
array | $aWhere SQL condition array | |
string | $sqlFull SQL query string |
Reimplemented from oxAdminList.
Definition at line 54 of file actions_list.php.
Actions_List.render | ( | ) |
Calls parent.render() and returns name of template to render
Reimplemented from oxAdminList.
Definition at line 36 of file actions_list.php.
Actions_List.$_sDefSort = 'oxactions.oxtitle' [protected] |
Reimplemented from oxAdminList.
Definition at line 29 of file actions_list.php.
Actions_List.$_sListClass = 'oxactions' [protected] |
Reimplemented from oxAdminList.
Definition at line 22 of file actions_list.php.
Actions_List.$_sThisTemplate = 'actions_list.tpl' [protected] |
Reimplemented from oxAdminView.
Definition at line 15 of file actions_list.php.