コード例 #1
0
ファイル: Pub.php プロジェクト: ad222kr/1dv608-project
 public function getBeer($id)
 {
     $this->beers->getById($id);
 }