99 if ( $this->_aNoticeProductList === null ) {
100 if ( $oUser = $this->
getUser() ) {
101 $this->_aNoticeProductList = $oUser->getBasket(
'noticelist' )->getArticles();
118 $this->_aSimilarProductList =
false;
122 $this->_aSimilarProductList = $oSimilarProd->getSimilarProducts();
136 if ( $this->_aSimilarRecommListIds === null ) {
137 $this->_aSimilarRecommListIds =
false;
140 if ( is_array( $aNoticeProdList ) && count( $aNoticeProdList ) ) {
141 $this->_aSimilarRecommListIds = array_keys( $aNoticeProdList );
162 $aPath[
'link'] = $this->
getLink();