Definition at line 9 of file attribute_category.php.
Public Member Functions | |
render () | |
setSorting ($sTable=null, $soxId=null) | |
updateSorting ($sTable, $aIds) | |
Protected Member Functions | |
_loadCategory () | |
_getSortingList ($sTable, $soxId) |
Attribute_Category.render | ( | ) |
Loads Attribute categories info, passes it to Smarty engine and returns name of template file "attribute_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 16 of file attribute_category.php.
Attribute_Category._loadCategory | ( | ) | [protected] |
Attribute_Category.setSorting | ( | $ | sTable = null , |
|
$ | soxId = null | |||
) |
Universal method, perfoms object sorting. Return sorting value.
string | $sTable name of table used (default null) | |
string | $soxId |
Definition at line 80 of file attribute_category.php.
Attribute_Category._getSortingList | ( | $ | sTable, | |
$ | soxId | |||
) | [protected] |
Collects and returns array of object ID's for sorting, or false on error
string | $sTable object's data table | |
string | $soxId |
Definition at line 141 of file attribute_category.php.
Attribute_Category.updateSorting | ( | $ | sTable, | |
$ | aIds | |||
) |
Performs sorting in DB update.
string | $sTable object's data table | |
array |
Definition at line 169 of file attribute_category.php.