58 if ( $this->_oWishUser === null) {
59 $this->_oWishUser =
false;
63 $oUser =
oxNew(
'oxuser' );
64 if ( $oUser->load( $sUserId ) ) {
67 $this->_oWishUser = $oUser;
84 if ( $this->_oWishList === null) {
85 $this->_oWishList =
false;
90 $oWishlistBasket = $oUser->getBasket(
'wishlist' );
91 $this->_oWishList = $oWishlistBasket->getArticles();
93 if (!$oWishlistBasket->isVisible())
94 $this->_oWishList =
false;
116 $oUserList =
oxNew(
'oxuserlist' );
117 $oUserList->loadWishlistUsers( $sSearch );
118 if ( $oUserList->count() ) {
119 $this->_oWishListUsers = $oUserList;
121 $this->_sSearchParam = $sSearch;
157 $aPath[
'link'] = $this->
getLink();