Definition at line 10 of file account_noticelist.php.
Public Member Functions | |
render () | |
getNoticeProductList () | |
getSimilarProducts () | |
getSimilarRecommLists () | |
Protected Attributes | |
$_sThisTemplate = 'account_noticelist.tpl' | |
$_aNoticeProductList = null | |
$_aSimilarProductList = null | |
$_aRecommList = null | |
$_iViewIndexState = 1 |
Account_Noticelist.render | ( | ) |
If user is not logged in - returns name of template Account_Noticelist._sThisLoginTemplate, or if user is allready logged in - loads notice list articles (articles may be accessed by oxuser.getBasket()), loads similar articles (if available) for the last article in list oxarticle.GetSimilarProducts() and returns name of template to render account_noticelist._sThisTemplate
Template variables: noticelist, similarlist
Reimplemented from Account.
Definition at line 60 of file account_noticelist.php.
Account_Noticelist.getNoticeProductList | ( | ) |
Template variable getter. Returns an array if there is something in the list
Definition at line 83 of file account_noticelist.php.
Account_Noticelist.getSimilarProducts | ( | ) |
Template variable getter. Returns the products which are in the noticelist
Reimplemented from oxView.
Definition at line 98 of file account_noticelist.php.
Account_Noticelist.getSimilarRecommLists | ( | ) |
Template variable getter. Returns the recommlist
Reimplemented from oxView.
Definition at line 120 of file account_noticelist.php.
Account_Noticelist.$_sThisTemplate = 'account_noticelist.tpl' [protected] |
Account_Noticelist.$_aNoticeProductList = null [protected] |
Definition at line 23 of file account_noticelist.php.
Account_Noticelist.$_aSimilarProductList = null [protected] |
Definition at line 30 of file account_noticelist.php.
Account_Noticelist.$_aRecommList = null [protected] |
Definition at line 37 of file account_noticelist.php.
Account_Noticelist.$_iViewIndexState = 1 [protected] |
Current view search engine indexing state: 0 - index without limitations 1 - no index / no follow 2 - no index / follow
Reimplemented from Account.
Definition at line 45 of file account_noticelist.php.