array toArray() Get the instance as an array. Return Value array
void looping(mixed $callback) Register an event listener for the daemon queue loop. Parameters mixed $callback Return Value void
void fire(Job $job, array $data) Fire the job. Parameters Job $job array $data Return Value void
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
void touch() Touch all of the related models for the relationship. Return Value void
string path() Get the fully qualified path to the file. Return Value string
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Page 163 of 996