コード例 #1
0
ファイル: Product.php プロジェクト: vividweb/vivid_store
 public function getProductImages()
 {
     return StoreProductImage::getImagesForProduct($this);
 }