$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
bool matches(Request $request, bool $includingMethod = true) Determine if the route matches given request. Parameters Request $request bool $includingMethod Return Value bool
$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event to run monthly on a given day and time. Parameters int $day string $time Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool
ValidatesWhenResolvedTrait trait ValidatesWhenResolvedTrait (View source) Provides default implementation of ValidatesWhenResolved contract. Methods void validate() Validate the class instance.
array getMethodData(ReflectionMethod $method, string $prefix) Get the method data for a given method. Parameters ReflectionMethod $method string $prefix Return Value array
array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies. Parameters array $parameters ReflectionFunctionAbstract $reflector Return Value array
bool isAValidFileInstance(mixed $value) Check that the given value is a valid file instance. Parameters mixed $value Return Value bool
array when() Get the events that trigger this service provider to register. Return Value array
Page 217 of 996