array when() Get the events that trigger this service provider to register. Return Value array
$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this
QueueManager getManager() Get the queue manager instance. Return Value QueueManager
array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array
void resource(string $name, string $controller, array $options = array()) Route a resource to a controller. Parameters string $name string $controller array $options Return Value void
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
int lastModified(string $path) Get the file's last modification time. Parameters string $path Return Value int
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
Collection getRelatedIds() Get all of the IDs for the related models. Return Value Collection
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
Page 96 of 996