RemindableInterface interface RemindableInterface (View source) Methods string getReminderEmail() Get the e-mail address where password reminders are sent.
$this middleware(string $name, string $class) Register a short-hand name for a middleware. Parameters string $name string $class Return Value $this
string getSummaryForDisplay() Get the summary of the event for display. Return Value string
void fire() Execute the console command. Return Value void
static bool accessible(mixed $value) Determine whether the given value is array accessible. Parameters mixed $value Return Value bool
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
$this dontSeeJson(array $data = null) Assert that the response doesn't contain JSON. Parameters array $data Return Value $this
bool|null restore() Restore a soft-deleted model instance. Return Value bool|null
bool containsStrict(mixed $key, mixed $value = null) Determine if an item exists in the collection using strict comparison. Parameters mixed $key mixed $value Return Value bool
void forget(string $key) Remove an item from the cache. Parameters string $key Return Value void
Page 475 of 996