PendingEmailRepository
class PendingEmailRepository implements PendingEmailRepositoryInterface
회원의 등록 대기 이메일 정보를 저장하는 Repository
Traits
Properties
protected string | $model | from RepositoryTrait |
Methods
mixed
findByAddress(string $address)
이메일 주소로 이메일 정보를 조회한다.
findByUserId(string $userId)
회원 아이디로 이메일을 조회하여 반환한다.
integer
deleteByUserIds(string $userIds)
주어진 회원이 소유한 이메일을 삭제한다.
findByConfirmationCode(string $userId, string $code)
주어진 회원이 소유한 등록대기 이메일의 인증 코드를 반환한다.
Details
in RepositoryTrait at line 36
__construct(mixed $model)
constructor.
in RepositoryTrait at line 49
DynamicModel
update(DynamicModel $item, array $data = array())
update
at line 62
mixed
delete(EmailInterface $email)
in RepositoryTrait at line 73
string
getModel()
The name of Category model class
in RepositoryTrait at line 84
void
setModel(string $model)
Set the name of Category model
in RepositoryTrait at line 94
DynamicModel
createModel()
Create model instance
in RepositoryTrait at line 106
Builder
query()
query
in RepositoryTrait at line 118
mixed
__call(string $method, array $parameters)
__call
at line 43
EmailInterface
create(UserInterface $user, array $data)
at line 75
EmailInterface
findByAddress(string $address)
이메일 주소로 이메일 정보를 조회한다.
at line 88
EmailInterface
findByUserId(string $userId)
회원 아이디로 이메일을 조회하여 반환한다.
at line 101
integer
deleteByUserIds(string $userIds)
주어진 회원이 소유한 이메일을 삭제한다.
at line 114
EmailInterface
findByConfirmationCode(string $userId, string $code)
주어진 회원이 소유한 등록대기 이메일의 인증 코드를 반환한다.