Public Member Functions | |
getWishUser () | |
getWishList () | |
searchForWishList () | |
getWishListUsers () | |
getWishListSearchParam () | |
getBreadCrumb () | |
Protected Attributes | |
$_sThisTemplate = 'page/wishlist/wishlist.tpl' | |
$_oWishUser = null | |
$_oWishList = null | |
$_sSearchParam = null | |
$_oWishListUsers = false | |
$_blBargainAction = true |
The wishlist of someone else is displayed.
Definition at line 6 of file wishlist.php.
Wishlist.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 151 of file wishlist.php.
Wishlist.getWishList | ( | ) |
return the articles which are in the wish list
Definition at line 82 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 131 of file wishlist.php.
Wishlist.getWishUser | ( | ) |
return the user which is owner of the wish list
Definition at line 55 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 111 of file wishlist.php.
Wishlist.$_blBargainAction = 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 = 'page/wishlist/wishlist.tpl' [protected] |
Reimplemented from oxView.
Definition at line 13 of file wishlist.php.