Beispiel #1
0
 public function next()
 {
     $json = rtrim($this->io->readLine());
     return json_decode($json, true);
 }