Definition at line 8 of file moredetails.php.
Public Member Functions | |
init () | |
render () | |
getProductId () | |
getActPictureId () | |
getArtZoomPics () | |
getProduct () | |
Protected Attributes | |
$_sThisTemplate = 'moredetails.tpl' | |
$_sProductId = null | |
$_sActPicId = null | |
$_aArtZoomPics = null | |
$_iViewIndexState = 1 |
MoreDetails.init | ( | ) |
Executes parent method parent.init() and loads article object.
Template variables: anid
Reimplemented from oxUBase.
Definition at line 50 of file moredetails.php.
MoreDetails.render | ( | ) |
Fetches article object info, collects image gallery data, executes parent.render() and returns name of template to render moredetails._sThisTemplate.
Template variables: product, actpicid, ArtPics
Reimplemented from oxUBase.
Definition at line 69 of file moredetails.php.
MoreDetails.getProductId | ( | ) |
Template variable getter. Returns current product id
Definition at line 88 of file moredetails.php.
MoreDetails.getActPictureId | ( | ) |
Template variable getter. Returns active picture id
Definition at line 98 of file moredetails.php.
MoreDetails.getArtZoomPics | ( | ) |
Template variable getter. Returns article zoom pictures
Definition at line 117 of file moredetails.php.
MoreDetails.getProduct | ( | ) |
Template variable getter. Returns active product
Reimplemented from oxUBase.
Definition at line 138 of file moredetails.php.
MoreDetails.$_sThisTemplate = 'moredetails.tpl' [protected] |
MoreDetails.$_sProductId = null [protected] |
Definition at line 20 of file moredetails.php.
MoreDetails.$_sActPicId = null [protected] |
Definition at line 26 of file moredetails.php.
MoreDetails.$_aArtZoomPics = null [protected] |
Definition at line 32 of file moredetails.php.
MoreDetails.$_iViewIndexState = 1 [protected] |
Current view search engine indexing state: 0 - index without limitations 1 - no index / no follow 2 - no index / follow
Reimplemented from oxView.
Definition at line 40 of file moredetails.php.