PHP 클래스 SimpleSAML_Error_AuthSource, simplesamlphp

상속: extends SimpleSAML_Error_Error
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

공개 메소드들

메소드 설명
__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.