Public Member Functions | |
init () | |
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.init | ( | ) |
Sets SQL query parameters (such as sorting, etc.), executes parent method parent.Init().
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 44 of file category_list.php.
Category_List.$_sListClass = 'oxcategory' [protected] |
Reimplemented from oxAdminList.
Definition at line 16 of file category_list.php.
Category_List.$_sListType = 'oxcategorylist' [protected] |
Reimplemented from oxAdminList.
Definition at line 23 of file category_list.php.