Public Member Functions | |
getListSorting () | |
render () | |
Protected Attributes | |
$_sListClass = 'oxcategory' | |
$_sListType = 'oxcategorylist' |
Admin category list manager. Collects attributes base information (sorting, title, etc.), there is ability to filter them by sorting, title or delete them. Admin Menu: Manage Products -> Categories.
Definition at line 9 of file category_list.php.
Category_List.getListSorting | ( | ) |
Returns sorting fields array
Reimplemented from oxAdminList.
Definition at line 31 of file category_list.php.
Category_List.render | ( | ) |
Loads category tree, passes data to Smarty and returns name of template file "category_list.tpl".
Reimplemented from oxAdminList.
Definition at line 52 of file category_list.php.
Category_List.$_sListClass = 'oxcategory' [protected] |
Reimplemented from oxAdminList.
Definition at line 17 of file category_list.php.
Category_List.$_sListType = 'oxcategorylist' [protected] |
Reimplemented from oxAdminList.
Definition at line 24 of file category_list.php.