Collection slice(int $offset, int $length = null) Slice the underlying collection array. Parameters int $offset int $length Return Value Collection
void critical(string $message, array $context = array()) Log a critical message to the logs. Parameters string $message array $context Return Value void
void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void
$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
mixed min(string $column) Retrieve the minimum value of a given column. Parameters string $column Return Value mixed
RouteDependencyResolverTrait trait RouteDependencyResolverTrait (View source) Methods array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies.
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
$this priority(int $level) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this
void register() Register the service provider. Return Value void
Response callAction(string $method, array $parameters) Execute an action on the controller. Parameters string $method array $parameters Return Value Response
Page 344 of 996