示例#1
0
 public function visitMemory(Memory $memory)
 {
     echo "hello, " . $memory->getName() . "\n";
 }