|
eZ Publish
[4.2]
|
eZWishList handles shopping wish lists More...
Inheritance diagram for eZWishList:
Collaboration diagram for eZWishList:Public Member Functions | |
| discountPercent () | |
| eZWishList ($row=array()) | |
| itemCount ($alternativeProductionID=false) | |
| items ($asObject=true, $alternativeProductionID=false, $offset=false, $limit=false) | |
Static Public Member Functions | |
| static | cleanup () |
| static | currentWishList ($asObject=true) |
| static | definition () |
| static | removeByUserID ($userID) |
| static | removeItem ($itemID) |
eZWishList handles shopping wish lists
Definition at line 40 of file ezwishlist.php.
| static eZWishList::cleanup | ( | ) | [static] |
Removes all wishlists from the database.
Definition at line 226 of file ezwishlist.php.
| static eZWishList::currentWishList | ( | $ | asObject = true | ) | [static] |
Will return the wish list for the current user. If a wish list does not exist one will be created.
Definition at line 191 of file ezwishlist.php.
| static eZWishList::definition | ( | ) | [static] |
Reimplemented from eZPersistentObject.
Definition at line 50 of file ezwishlist.php.
Referenced by currentWishList(), eZContentObject\purge(), and removeByUserID().
| eZWishList::discountPercent | ( | ) |
Definition at line 78 of file ezwishlist.php.
| eZWishList::eZWishList | ( | $ | row = array() | ) |
Definition at line 42 of file ezwishlist.php.
Referenced by currentWishList().
| eZWishList::itemCount | ( | $ | alternativeProductionID = false | ) |
Definition at line 101 of file ezwishlist.php.
| eZWishList::items | ( | $ | asObject = true, |
| $ | alternativeProductionID = false, |
||
| $ | offset = false, |
||
| $ | limit = false |
||
| ) |
Definition at line 115 of file ezwishlist.php.
| static eZWishList::removeByUserID | ( | $ | userID | ) | [static] |
Remove wish list entries belonging to user $userID
Definition at line 247 of file ezwishlist.php.
Referenced by eZUser\removeUser().
| static eZWishList::removeItem | ( | $ | itemID | ) | [static] |
Definition at line 179 of file ezwishlist.php.