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 110
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 126
bool
supportsClass(string $class)
Whether this provider supports the given user class.
at line 136
void
up(Member $Member)
at line 170
bool
down(Member $Member)
at line 205
bool
save(Member $Member)
at line 240
bool
delete(Member $Member)
at line 276
string
createSalt($byte)
saltを生成する
at line 290
mixed
encryptPassword(Member $Member)
入力されたパスワードをSaltと暗号化する