Example #1
0
 public function attract(Moon $m)
 {
     return "Fly me to the " . $m->getName();
 }