Symfony2 API
Class

Symfony\Component\Security\Core\Exception\DisabledException

class DisabledException extends AccountStatusException

DisabledException is thrown when the user account is disabled.

Methods

UserInterface getUser()

Get the user.

from AccountStatusException
setUser(UserInterface $user)

Set the user.

from AccountStatusException
serialize()

from AccountStatusException
unserialize($str)

from AccountStatusException
getMessageKey()

{@inheritDoc}

Details

public UserInterface getUser()

Get the user.

Return Value

UserInterface

public setUser(UserInterface $user)

Set the user.

Parameters

UserInterface $user

public serialize()

public unserialize($str)

Parameters

$str

at line 25
public getMessageKey()

{@inheritDoc}