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