Back to CliApplication class

Method in

public string
in
()
Get a value from standard input.
Returns
  • string The input string from standard input.
Since
  • 4.0.0
-

Method in - Source code

/**
 * Get a value from standard input.
 *
 * @return  string  The input string from standard input.
 *
 * @codeCoverageIgnore
 * @since   4.0.0
 */
public function in()
{
    return $this->getCliInput()->in();
}