| 1 | <?php |
||
| 12 | class MediaGalleryImage |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param \Mage_Core_Model_Abstract $product |
||
| 16 | * @param array $gallery |
||
| 17 | * @param bool $save |
||
| 18 | * @throws ProductMediaGalleryImageNotFound |
||
| 19 | * @throws \Exception |
||
| 20 | */ |
||
| 21 | public static function save(\Mage_Core_Model_Abstract $product, array $gallery, $save = true) |
||
| 37 | } |