Public Member Functions | |
getProductId () | |
getActPictureId () | |
getArtZoomPics () | |
getProduct () | |
Protected Attributes | |
$_sThisTemplate = 'moredetails.tpl' | |
$_sProductId = null | |
$_sActPicId = null | |
$_aArtZoomPics = null | |
$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW |
Article images gallery popup window. If chosen article has more pictures there is ability to create gallery of pictures.
Definition at line 8 of file moredetails.php.
MoreDetails.getActPictureId | ( | ) |
Template variable getter. Returns active picture id
Reimplemented from Details.
Definition at line 65 of file moredetails.php.
MoreDetails.getArtZoomPics | ( | ) |
Template variable getter. Returns article zoom pictures
Definition at line 85 of file moredetails.php.
MoreDetails.getProduct | ( | ) |
Template variable getter. Returns active product
Reimplemented from Details.
Definition at line 107 of file moredetails.php.
MoreDetails.getProductId | ( | ) |
Template variable getter. Returns current product id
Definition at line 51 of file moredetails.php.
MoreDetails.$_aArtZoomPics = null [protected] |
Definition at line 37 of file moredetails.php.
MoreDetails.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented from oxUBase.
Definition at line 44 of file moredetails.php.
MoreDetails.$_sActPicId = null [protected] |
Definition at line 30 of file moredetails.php.
MoreDetails.$_sProductId = null [protected] |
Definition at line 23 of file moredetails.php.
MoreDetails.$_sThisTemplate = 'moredetails.tpl' [protected] |
Reimplemented from Details.
Definition at line 16 of file moredetails.php.