Beispiel #1
0
 public function getShopItems($shopId)
 {
     return ShopItem::getByShop($shopId);
 }