void error(string $string) Write a string as error output. Parameters string $string Return Value void
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
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 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
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
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Page 525 of 996