PHP Класс SimpleSAML_Error_AuthSource, simplesamlphp

Наследование: extends SimpleSAML_Error_Error
Показать файл Открыть проект

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

Метод Описание
__construct ( string $authsource, string $reason, $cause = NULL ) Create a new AuthSource error.
getAuthSource ( ) : string Retrieve the authsource module name from where this error was thrown.
getReason ( ) : string Retrieve the reason why the request was invalid.

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

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

Create a new AuthSource error.
public __construct ( string $authsource, string $reason, $cause = NULL )
$authsource string Authsource module name from where this error was thrown.
$reason string Description of the error.

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

Retrieve the authsource module name from where this error was thrown.
public getAuthSource ( ) : string
Результат string Authsource module name.

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

Retrieve the reason why the request was invalid.
public getReason ( ) : string
Результат string The reason why the request was invalid.