UserChecker

class UserChecker implements UserCheckerInterface

UserChecker checks the user account flags.

Methods

checkPreAuth(UserInterface $user)

Checks the user account before authentication.

checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Details

checkPreAuth(UserInterface $user)

Checks the user account before authentication.

Parameters

UserInterface $user a UserInterface instance

checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Parameters

UserInterface $user a UserInterface instance
doc_Symfony
2016-10-28 06:36:14
Comments
Leave a Comment

Please login to continue.