Illuminate\Contracts\Filesystem Interfaces Cloud Factory Filesystem
array options() Get all of the options passed to the command. Return Value array
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void __construct() Create a new console command instance. Return Value void
File class File extends File (View source) Traits FileHelpers
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void setRequest(Request $request) Set the request instance. Parameters Request $request 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
Page 980 of 996