array gatherRouteMiddleware(Route $route) Gather the middleware for the given route. Parameters Route $route Return Value array
$this mondays() Schedule the event to run only on Mondays. Return Value $this
array getDictionary(ArrayAccess|array|null $items = null) Get a dictionary keyed by primary keys. Parameters ArrayAccess|array|null $items Return Value array
void __construct() Create a new console command instance. Return Value void
void log(string $file, int $batch) Log that a migration was run. Parameters string $file int $batch Return Value void
void addConstraints() Set the base constraints on the relation query. Return Value void
$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this
TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void
Page 458 of 996