string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
string getKeyName() Get the primary key for the model. Return Value string
void bury() Bury the job in the queue. Return Value void
Collection collapse() Collapse the collection of items into a single array. Return Value Collection
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
string|null segment(int $index, string|null $default = null) Get a segment from the URI (1 based index). Parameters int $index string|null $default Return Value string|null
array provides() Get the services provided by the provider. Return Value array
ContextualBindingBuilder when(string $concrete) Define a contextual binding. Parameters string $concrete Return Value ContextualBindingBuilder
Page 898 of 996