UserChangeWaitEmailsEntityDao
extends DaoBase
in package
uses
DaoTrait
DBアクセス基底処理。
こいつを継承してアクセス処理を構築する。
Table of Contents
Properties
- $context : IDatabaseContext
- $logger : ILogger
- ロガー。
Methods
- __construct() : mixed
- deleteByUserId() : bool
- insertWaitEmails() : void
- selectExistsToken() : bool
Properties
$context read-only
protected
IDatabaseContext
$context
$logger read-only
ロガー。
protected
ILogger
$logger
Methods
__construct()
public
__construct(IDatabaseContext $context) : mixed
Parameters
- $context : IDatabaseContext
deleteByUserId()
public
deleteByUserId(string $userId) : bool
Parameters
- $userId : string
Return values
boolinsertWaitEmails()
public
insertWaitEmails(string $userId, string $email, int $markEmail, string $token) : void
Parameters
- $userId : string
- $email : string
- $markEmail : int
- $token : string
selectExistsToken()
public
selectExistsToken(string $userId, string $token, int $limitMinutes) : bool
Parameters
- $userId : string
- $token : string
- $limitMinutes : int