PHP Класс KnpU\OAuth2ClientBundle\Security\Exception\FinishRegistrationException

Наследование: extends Symfony\Component\Security\Core\Exception\AuthenticationException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( mixed $userInfo, string $message = '', integer $code, Exception $previous = null )
getMessageKey ( ) This method should *not* be called normally. The purpose of this exception is to be a "flag" for code that will redirect the user to some "finish registration" page. If this message is shown to your user, then you're missing this piece of your code.
getUserInformation ( )

Описание методов

__construct() публичный Метод

public __construct ( mixed $userInfo, string $message = '', integer $code, Exception $previous = null )
$userInfo mixed Any info to be used to help registration
$message string
$code integer
$previous Exception

getMessageKey() публичный Метод

This method should *not* be called normally. The purpose of this exception is to be a "flag" for code that will redirect the user to some "finish registration" page. If this message is shown to your user, then you're missing this piece of your code.
public getMessageKey ( )

getUserInformation() публичный Метод

public getUserInformation ( )