OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void __construct() Create a new console command instance. Return Value void
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
void assertRedirectedToAction(string $name, array $parameters = array(), array $with = array()) Assert whether the client was redirected to a given action. Parameters string $name array $parameters array $with Return Value void
string|array input(string $key = null, string|array|null $default = null) Retrieve an input item from the request. Parameters string $key string|array|null $default Return Value string|array
void question(string $string) Write a string as question output. Parameters string $string Return Value void
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
void error(string $string) Write a string as error output. Parameters string $string Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
$this assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value $this
Page 113 of 996