Definition at line 8 of file recommlist.php.
Public Member Functions | |
render () | |
getAddUrlParams () | |
saveReview () | |
showLogin () | |
getActiveRecommList () | |
getActiveRecommItems () | |
getSimilarRecommLists () | |
getRecommId () | |
getReviews () | |
isReviewActive () | |
canRate () | |
getRatingValue () | |
getRatingCount () | |
getRecommLists () | |
getRecommSearch () | |
getTemplateLocation () | |
getSearchForHtml () | |
getLoginFormAnchor () | |
getPageNavigation () | |
Protected Member Functions | |
_processListArticles () | |
_getNavigationParams () | |
Protected Attributes | |
$_sListType = 'recommlist' | |
$_sThisTemplate = 'recommlist.tpl' | |
$_sRecommId = null | |
$_oActiveRecommList = null | |
$_oActiveRecommItems = null | |
$_oOtherRecommList = null | |
$_aReviews = null | |
$_blReviewActive = null | |
$_blRate = null | |
$_dRatingValue = null | |
$_iRatingCnt = null | |
$_oSearchRecommLists = null | |
$_sSearch = null | |
$_sTplLocation = null | |
$_oPageNavigation = null |
RecommList.render | ( | ) |
Reimplemented from oxUBase.
Definition at line 106 of file recommlist.php.
RecommList._processListArticles | ( | ) | [protected] |
Iterates through list articles and performs list view specific tasks
Reimplemented from oxUBase.
Definition at line 183 of file recommlist.php.
RecommList.getAddUrlParams | ( | ) |
Returns additional URL paramerets which must be added to list products urls
Reimplemented from oxUBase.
Definition at line 198 of file recommlist.php.
RecommList.saveReview | ( | ) |
Saves user ratings and review text (oxreview object)
Definition at line 219 of file recommlist.php.
RecommList.showLogin | ( | ) |
RecommList._getNavigationParams | ( | ) | [protected] |
Returns array of params => values which are used in hidden forms and as additional url params
Reimplemented from oxView.
Definition at line 279 of file recommlist.php.
RecommList.getActiveRecommList | ( | ) |
Template variable getter. Returns active recommlists
Reimplemented from oxView.
Definition at line 292 of file recommlist.php.
RecommList.getActiveRecommItems | ( | ) |
Template variable getter. Returns active recommlist's items
Definition at line 309 of file recommlist.php.
RecommList.getSimilarRecommLists | ( | ) |
Template variable getter. Returns other recommlists
Reimplemented from oxView.
Definition at line 340 of file recommlist.php.
RecommList.getRecommId | ( | ) |
Template variable getter. Returns recommlist id
Definition at line 361 of file recommlist.php.
RecommList.getReviews | ( | ) |
Template variable getter. Returns recommlist's reviews
Definition at line 377 of file recommlist.php.
RecommList.isReviewActive | ( | ) |
Template variable getter. Returns if review modul is on
Definition at line 395 of file recommlist.php.
RecommList.canRate | ( | ) |
Template variable getter. Returns if user can rate
Definition at line 412 of file recommlist.php.
RecommList.getRatingValue | ( | ) |
Template variable getter. Returns rating value
Definition at line 431 of file recommlist.php.
RecommList.getRatingCount | ( | ) |
Template variable getter. Returns rating count
Definition at line 449 of file recommlist.php.
RecommList.getRecommLists | ( | ) |
Template variable getter. Returns searched recommlist
Definition at line 467 of file recommlist.php.
RecommList.getRecommSearch | ( | ) |
Template variable getter. Returns search string
Reimplemented from oxView.
Definition at line 489 of file recommlist.php.
RecommList.getTemplateLocation | ( | ) |
Template variable getter. Returns template location
Definition at line 505 of file recommlist.php.
RecommList.getSearchForHtml | ( | ) |
Template variable getter. Returns search string
Definition at line 527 of file recommlist.php.
RecommList.getLoginFormAnchor | ( | ) |
Template variable getter. Returns search string
Definition at line 537 of file recommlist.php.
RecommList.getPageNavigation | ( | ) |
Template variable getter. Returns page navigation
Definition at line 547 of file recommlist.php.
RecommList.$_sListType = 'recommlist' [protected] |
RecommList.$_sThisTemplate = 'recommlist.tpl' [protected] |
RecommList.$_sRecommId = null [protected] |
Definition at line 26 of file recommlist.php.
RecommList.$_oActiveRecommList = null [protected] |
Definition at line 32 of file recommlist.php.
RecommList.$_oActiveRecommItems = null [protected] |
Definition at line 38 of file recommlist.php.
RecommList.$_oOtherRecommList = null [protected] |
Definition at line 44 of file recommlist.php.
RecommList.$_aReviews = null [protected] |
Definition at line 50 of file recommlist.php.
RecommList.$_blReviewActive = null [protected] |
Definition at line 56 of file recommlist.php.
RecommList.$_blRate = null [protected] |
Definition at line 62 of file recommlist.php.
RecommList.$_dRatingValue = null [protected] |
Definition at line 68 of file recommlist.php.
RecommList.$_iRatingCnt = null [protected] |
Definition at line 74 of file recommlist.php.
RecommList.$_oSearchRecommLists = null [protected] |
Definition at line 80 of file recommlist.php.
RecommList.$_sSearch = null [protected] |
Definition at line 86 of file recommlist.php.
RecommList.$_sTplLocation = null [protected] |
Definition at line 93 of file recommlist.php.
RecommList.$_oPageNavigation = null [protected] |
Definition at line 99 of file recommlist.php.