コード例 #1
0
ファイル: Foo.php プロジェクト: mrbadao/api-official
 public function doSomething(Bar $bar)
 {
     return $bar->doSomethingElse();
 }