コード例 #1
0
ファイル: MediaService.php プロジェクト: GerDner/luck-docker
 /**
  * @param $id
  * @param Struct\ShopContextInterface $context
  * @return Struct\Media
  */
 public function get($id, Struct\ShopContextInterface $context)
 {
     return $this->mediaGateway->get($id, $context);
 }