Пример #1
0
 /**
  * Get a value from standard input.
  *
  * @param   string  $question  The question you want to ask user.
  *
  * @return  string  The input string from standard input.
  *
  * @since   1.0
  */
 public function in($question = '')
 {
     return $this->command->in($question);
 }