Public Member Functions | Protected Member Functions | Protected Attributes

Actions_List Class Reference

Inheritance diagram for Actions_List:
Collaboration diagram for Actions_List:

List of all members.

Public Member Functions

 render ()

Protected Member Functions

 _prepareWhereQuery ($aWhere, $sqlFull)

Protected Attributes

 $_sThisTemplate = 'actions_list.tpl'
 $_sListClass = 'oxactions'
 $_sDefSortField = 'oxtitle'

Detailed Description

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.


Member Function Documentation

Actions_List._prepareWhereQuery ( aWhere,
sqlFull 
) [protected]

Adds active promotion check

Parameters:
array $aWhere SQL condition array
string $sqlFull SQL query string
Returns:
$sQ

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

Returns:
string

Reimplemented from oxAdminList.

Definition at line 36 of file actions_list.php.


Member Data Documentation

Actions_List.$_sDefSortField = '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.


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