PasswordRequestsServiceInterface
in
PasswordRequestsServiceInterface
Table of Contents
Methods
- get() : EntityInterface
- 単一データを取得する
- getEnableRequestData() : EntityInterface
- 有効なパスワード変更情報を取得する
- getNew() : EntityInterface
- 新規データを取得する
- update() : array<string|int, mixed>|false
- 更新する
- updatePassword() : EntityInterface|false
- パスワードを変更する
Methods
get()
単一データを取得する
public
get(int $id) : EntityInterface
Parameters
- $id : int
Tags
Return values
EntityInterfacegetEnableRequestData()
有効なパスワード変更情報を取得する
public
getEnableRequestData(mixed $requestKey) : EntityInterface
Parameters
- $requestKey : mixed
Tags
Return values
EntityInterfacegetNew()
新規データを取得する
public
getNew() : EntityInterface
Tags
Return values
EntityInterfaceupdate()
更新する
public
update(EntityInterface|PasswordRequest $entity, array<string|int, mixed> $postData) : array<string|int, mixed>|false
Parameters
- $entity : EntityInterface|PasswordRequest
- $postData : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>|falseupdatePassword()
パスワードを変更する
public
updatePassword(EntityInterface|PasswordRequest $passwordRequest, array<string|int, mixed> $postData) : EntityInterface|false
Parameters
- $passwordRequest : EntityInterface|PasswordRequest
- $postData : array<string|int, mixed>