Cartalyst\Sentinel\Reminders\ReminderRepositoryInterface::exists PHP Method

exists() public method

Check if a valid reminder exists.
public exists ( Cartalyst\Sentinel\Users\UserInterface $user, string $code = null ) : boolean
$user Cartalyst\Sentinel\Users\UserInterface
$code string
return boolean
    public function exists(UserInterface $user, $code = null);