コード例 #1
0
 public function doSomeThing($inAWord)
 {
     $source = new Source();
     $source->doSomeThing($inAWord);
 }