Public Member Functions | |
setSorting () | |
Protected Member Functions | |
_getQuery () | |
_getSorting () | |
Protected Attributes | |
$_aColumns |
Class manages article select lists sorting
Definition at line 6 of file attribute_order_ajax.php.
attribute_order_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 25 of file attribute_order_ajax.php.
attribute_order_ajax._getSorting | ( | ) | [protected] |
Returns SQL query addon for sorting
Reimplemented from ajaxListComponent.
Definition at line 40 of file attribute_order_ajax.php.
attribute_order_ajax.setSorting | ( | ) |
Applies sorting for selection lists
Definition at line 50 of file attribute_order_ajax.php.
attribute_order_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxtitle', 'oxattribute', 1, 1, 0 ), array( 'oxsort', 'oxcategory2attribute', 1, 0, 0 ), array( 'oxid', 'oxcategory2attribute', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file attribute_order_ajax.php.