bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
string path() Get the current path info for the request. Return Value string
bool copy(string $from, string $to) Copy a file to a new location. Parameters string $from string $to Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void info(string $string) Write a string as information output. Parameters string $string Return Value void
$this bcc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed
$this setQueueResolver(callable $resolver) Set the queue resolver implementation. Parameters callable $resolver Return Value $this
string yieldContent(string $section, string $default = '') Get the string contents of a section. Parameters string $section string $default Return Value string
Page 179 of 996