Example #1
0
 public function visitCpu(Cpu $cpu)
 {
     echo "hello, " . $cpu->getName() . "\n";
 }