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. |
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. |
public getAuthSource ( ) : string | ||
Résultat | string | Authsource module name. |