DatabaseReminderRepository
class DatabaseReminderRepository implements ReminderRepositoryInterface (View source)
Methods
void __construct(Connection $connection, string $table, string $hashKey, int $expires = 60) Create a new reminder repository instance. string create(RemindableInterface $user) Create a new reminder record and token. bool exists(RemindableInterface $user, string $token) Determine if a reminder record exists and is valid. void delete(string $token) Delete a