bool check() Determine if the current user is authenticated. Return Value bool
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
array getDefaultOptions() Get the default PDO connection options. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string getRelationCountHash() Get a relationship join table hash. Return Value string
Dispatcher|null getEventDispatcher() Get the current event dispatcher instance. Return Value Dispatcher|null
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException
bool isDeferred() Determine if the provider is deferred. Return Value bool
KeyForgotten class KeyForgotten (View source) Properties string $key The key that was forgotten. array $tags The tags that were assigned to the key.
mixed last(callable $callback = null, mixed $default = null) Get the last item from the collection. Parameters callable $callback mixed $default Return Value mixed
Page 931 of 996