コード例 #1
0
ファイル: Console.php プロジェクト: nomaanp/zf2rapid
 /**
  * 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);
 }