wishlist Class Reference

Inheritance diagram for wishlist:

Inheritance graph
[legend]
Collaboration diagram for wishlist:

Collaboration graph
[legend]

List of all members.


Detailed Description

The wishlist of someone else is displayed.

Public Member Functions

 render ()
 getWishUser ()
 getWishList ()
 searchForWishList ()
 getWishListUsers ()
 getWishListSearchParam ()

Protected Attributes

 $_sThisTemplate = 'wishlist.tpl'
 $_oWishUser = null
 $_oWishList = null
 $_sSearchParam = null
 $_oWishListUsers = false

Member Function Documentation

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

Returns:
string $this->_sThisTemplate current template file name

Reimplemented from oxUBase.

wishlist.getWishUser (  ) 

return the user which is owner of the wish list

Returns:
object | bool

wishlist.getWishList (  ) 

return the articles which are in the wish list

Returns:
object | bool

wishlist.searchForWishList (  ) 

Searches for wishlist of another user. Returns false if no searching conditions set (no login name defined).

Template variables: wish_result, search

Returns:
bool

wishlist.getWishListUsers (  ) 

Returns a list of users which were found according to search condition. If no users were found - false is returned

Returns:
oxlist | bool

wishlist.getWishListSearchParam (  ) 

Returns wish list search parameter

Returns:
string


Member Data Documentation

wishlist.$_sThisTemplate = 'wishlist.tpl' [protected]

Reimplemented from oxView.

wishlist.$_oWishUser = null [protected]

user object list

Returns:
object

wishlist.$_oWishList = null [protected]

wishlist object list

Returns:
object

wishlist.$_sSearchParam = null [protected]

wishlist.$_oWishListUsers = false [protected]


The documentation for this class was generated from the following file:

Generated on Wed Oct 29 23:48:55 2008 for OXID eShop CE by  doxygen 1.5.5