Exemple #1
0
 public function getThumbnails()
 {
     return $this->hasMany(Thumbnail::className(), ['product_id' => 'id'])->limit(3);
 }