コード例 #1
0
ファイル: Product.php プロジェクト: sea129/kbay
 public function getEbayLstImgs()
 {
     return $ebayLstImgs = ListingImages::find()->allOfProduct($this->id);
 }