MemberRepository
class MemberRepository extends EntityRepository implements UserProviderInterface
MemberRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
No description
Loads the user for the given username.
Refreshes the user for the account interface.
Whether this provider supports the given user class.
saltを生成する
Details
at line 53
setEncoderFactorty(EncoderFactoryInterface $encoder_factory)
at line 72
UserInterface
loadUserByUsername(string $username)
Loads the user for the given username.
This method must throw UsernameNotFoundException if the user is not found.
at line 109
UserInterface
refreshUser(UserInterface $user)
Refreshes the user for the account interface.
It is up to the implementation to decide if the user data should be totally reloaded (e.g. from the database), or if the UserInterface object can just be merged into some internal array of users / identity map.
at line 125
bool
supportsClass(string $class)
Whether this provider supports the given user class.
at line 135
void
up(Member $Member)
at line 169
bool
down(Member $Member)
at line 204
bool
save(Member $Member)
at line 239
bool
delete(Member $Member)
at line 275
string
createSalt($byte)
saltを生成する
at line 289
mixed
encryptPassword(Member $Member)
入力されたパスワードをSaltと暗号化する