Public Member Functions | |
getGalleryImages () | |
getGalleryUrl ($image=null) | |
disableGallery () | |
Protected Attributes | |
$_isGalleryDisabled |
Definition at line 34 of file Media.php.
disableGallery | ( | ) |
getGalleryImages | ( | ) |
Definition at line 38 of file Media.php.
00039 { 00040 if ($this->_isGalleryDisabled) { 00041 return array(); 00042 } 00043 $collection = $this->getProduct()->getMediaGalleryImages(); 00044 return $collection; 00045 }
getGalleryUrl | ( | $ | image = null |
) |