Ejemplo n.º 1
0
 /**
  * Read a single line from the console input
  *
  * @param int $maxLength Maximum response length
  *
  * @return string
  */
 public function readLine($maxLength = 2048)
 {
     return $this->adapter->readLine($maxLength);
 }