class tree: 68Classifieds |
index: 68Classifieds |
all elements
deleteProductByID (line 210)
getListingPackageById (line 109)
getListingPackages (line 45)
getListingPackagesByCatID (line 68)
getProductList (line 24)
getSelectedCatTree (line 153)
getSelectedPackageTree (line 186)
Products
Description
Products class handles everything for the products.
Located in /includes/classes/kernel/Products.php (line 17)
Method Summary
Methods
deleteProductByID (line 210)
Delete a product and reorder products that are left.
void
deleteProductByID
( $id, int $parent)
- int $parent: The product id.
- $id
getListingPackageById (line 109)
Get Listing package by its id.
array
getListingPackageById
(int $id)
- int $id: The package id
getListingPackages (line 45)
Get listing packages
array
getListingPackages
()
getListingPackagesByCatID (line 68)
Get listing packages for categories
array
getListingPackagesByCatID
(int $id)
- int $id: Category id.
getProductList (line 24)
Get a product list
array
getProductList
()
getSelectedCatTree (line 153)
Recursively Gets Selected Category Tree
array
getSelectedCatTree
(string $prefix, int $parent, int $modify)
- string $prefix: The prefix
- int $parent: The parent category id.
- int $modify: If you are modifying
getSelectedPackageTree (line 186)
Gets Selected Package Tree
array
getSelectedPackageTree
([int $modify = ""])
- int $modify: If you are modifying

