Definition at line 9 of file article_crossselling.php.
Public Member Functions | |
render () | |
setSorting ($sTable=null) | |
updateSorting ($sTable) | |
Protected Member Functions | |
_getSortingList ($sTable) |
Article_Crossselling.render | ( | ) |
Collects article crosselling and attributes information, passes them to Smarty engine and returns name or template file "article_crossselling.tpl".
Reimplemented from oxAdminDetails.
Definition at line 19 of file article_crossselling.php.
Article_Crossselling.setSorting | ( | $ | sTable = null |
) |
Universal method, perfoms object sorting. Return sorting value.
string | $sTable name of table used (default null) |
Definition at line 64 of file article_crossselling.php.
Article_Crossselling.updateSorting | ( | $ | sTable | ) |
Methods used for updating sorting info after some objects were removed/added
string | $sTable object's data table |
Definition at line 124 of file article_crossselling.php.
Article_Crossselling._getSortingList | ( | $ | sTable | ) | [protected] |
Collects and returns array of object ID's for sorting, or false on error
string | $sTable object's data table |
Definition at line 149 of file article_crossselling.php.