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 51
setEncoderFactorty(EncoderFactoryInterface $encoder_factory)
at line 70
UserInterface
loadUserByUsername(string $username)
Loads the user for the given username.
This method must throw UsernameNotFoundException if the user is not found.
at line 98
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 114
bool
supportsClass(string $class)
Whether this provider supports the given user class.
at line 124
void
up(Member $Member)
at line 158
bool
down(Member $Member)
at line 193
bool
save(Member $Member)
at line 229
bool
delete(Member $Member)
at line 265
string
createSalt($byte)
saltを生成する
at line 279
mixed
encryptPassword(Member $Member)
入力されたパスワードをSaltと暗号化する