Public Member Functions | |
render () | |
getWishUser () | |
getWishList () | |
searchForWishList () | |
getWishListUsers () | |
getWishListSearchParam () | |
Protected Attributes | |
$_sThisTemplate = 'wishlist.tpl' | |
$_oWishUser = null | |
$_oWishList = null | |
$_sSearchParam = null | |
$_oWishListUsers = false | |
$_blTop5Action = true | |
$_blBargainAction = true |
The wishlist of someone else is displayed.
Definition at line 6 of file wishlist.php.
Wishlist.getWishList | ( | ) |
return the articles which are in the wish list
Definition at line 116 of file wishlist.php.
Wishlist.getWishListSearchParam | ( | ) |
Wishlist.getWishListUsers | ( | ) |
Returns a list of users which were found according to search condition. If no users were found - false is returned
Definition at line 165 of file wishlist.php.
Wishlist.getWishUser | ( | ) |
return the user which is owner of the wish list
Definition at line 90 of file wishlist.php.
Wishlist.render | ( | ) |
If passed wishlist ID - loads wishlist owner object, then it's wishlist (oxuser.GetBasket()) and then loads each stored article. Returns name of template file to render wishlist._sThisTemplate.
Template variables: wishuser, wishlist
Session variables: wishid
Reimplemented from oxUBase.
Definition at line 68 of file wishlist.php.
Wishlist.searchForWishList | ( | ) |
Searches for wishlist of another user. Returns false if no searching conditions set (no login name defined).
Template variables: wish_result, search
Definition at line 145 of file wishlist.php.
Wishlist.$_blBargainAction = true [protected] |
Reimplemented from oxUBase.
Definition at line 53 of file wishlist.php.
Wishlist.$_blTop5Action = true [protected] |
Reimplemented from oxUBase.
Definition at line 47 of file wishlist.php.
Wishlist.$_oWishList = null [protected] |
Wishlist.$_oWishListUsers = false [protected] |
Definition at line 41 of file wishlist.php.
Wishlist.$_oWishUser = null [protected] |
Wishlist.$_sSearchParam = null [protected] |
Definition at line 34 of file wishlist.php.
Wishlist.$_sThisTemplate = 'wishlist.tpl' [protected] |
Reimplemented from oxView.
Definition at line 13 of file wishlist.php.