コード例 #1
0
 /**
  * @return Shop[]
  */
 public function getShops()
 {
     return $this->shopGateway->getList($this->getShopIds());
 }