SortedMiddleware::put()

$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this

Route::matches()

bool matches(Request $request, bool $includingMethod = true) Determine if the route matches given request. Parameters Request $request bool $includingMethod Return Value bool

Event::monthlyOn()

$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

AssetPublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Event::runsInMaintenanceMode()

bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool

ValidatesWhenResolvedTrait

ValidatesWhenResolvedTrait trait ValidatesWhenResolvedTrait (View source) Provides default implementation of ValidatesWhenResolved contract. Methods void validate() Validate the class instance.

ControllerInspector deprecated::getMethodData()

array getMethodData(ReflectionMethod $method, string $prefix) Get the method data for a given method. Parameters ReflectionMethod $method string $prefix Return Value array

RouteDependencyResolverTrait::resolveMethodDependencies()

array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies. Parameters array $parameters ReflectionFunctionAbstract $reflector Return Value array

Validator::isAValidFileInstance()

bool isAValidFileInstance(mixed $value) Check that the given value is a valid file instance. Parameters mixed $value Return Value bool

LogServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array