public function doSomeThing($inAWord)
 {
     $source = new Source();
     $source->doSomeThing($inAWord);
 }