PHP Class SimpleSAML_Error_AuthSource, simplesamlphp

Inheritance: extends SimpleSAML_Error_Error
Afficher le fichier Open project: simplesamlphp/simplesamlphp

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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() public méthode

Retrieve the authsource module name from where this error was thrown.
public getAuthSource ( ) : string
Résultat string Authsource module name.

getReason() public méthode

Retrieve the reason why the request was invalid.
public getReason ( ) : string
Résultat string The reason why the request was invalid.