Exemplo n.º 1
0
 public function doSomeThing($inAWord)
 {
     $source = new Source();
     $source->doSomeThing($inAWord);
 }