void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void
string|array resolveMiddlewareClassName(string $name) Resolve the middleware name to a class name(s) preserving passed parameters. Parameters string $name Return Value string|array
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
mixed __call(string $method, array $parameters) Dynamically pass methods to the default connection. Parameters string $method array $parameters Return Value mixed
string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string
RemindableTrait trait RemindableTrait (View source) Methods string getReminderEmail() Get the e-mail address where password reminders are sent.
static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string
int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int
string basename(string $path) Extract the trailing name component from a file path. Parameters string $path Return Value string
string getMorphClass() Get the class name for polymorphic relations. Return Value string
Page 53 of 996