|
OXID eShop CE
4.8.10
|
Inheritance diagram for List_Order:
Collaboration diagram for List_Order:Protected Member Functions | |
| _getViewListSize () | |
| _calcListItemsCount ($sSql) | |
| _buildSelectString ($oObject=null) | |
| _prepareOrderByQuery ($sSql=null) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
user list "view" class.
Definition at line 6 of file list_order.php.
|
protected |
Returns select query string
| object | $oObject | Object |
Reimplemented from Order_List.
Definition at line 103 of file list_order.php.
|
protected |
Calculates list items count
| string | $sSql | SQL query used co select list items |
Reimplemented from oxAdminList.
Definition at line 79 of file list_order.php.
|
protected |
Viewable list size getter
Reimplemented from oxAdminList.
Definition at line 36 of file list_order.php.
|
protected |
Adds order by to SQL query string.
| string | $sSql | sql string |
Reimplemented from oxAdminList.
Definition at line 115 of file list_order.php.
| List_Order::_prepareWhereQuery | ( | $aWhere, | |
| $sqlFull | |||
| ) |
Adding folder check
| array | $aWhere | SQL condition array |
| string | $sqlFull | SQL query string |
Reimplemented from Order_List.
Definition at line 65 of file list_order.php.
| List_Order::getListSorting | ( | ) |
Returns sorting fields array
Reimplemented from Order_List.
Definition at line 20 of file list_order.php.
| List_Order::render | ( | ) |
Executes parent method parent::render(), passes data to Smarty engine and returns name of template file "list_review.tpl".
Reimplemented from Order_List.
Definition at line 47 of file list_order.php.
|
protected |
Definition at line 13 of file list_order.php.