PHP 클래스 IMP_Imap_Exception, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Exception
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_notified boolean Sent the error to the notification system.

공개 메소드들

메소드 설명
__get ( $name )
authError ( ) : integer Returns the authentication error, if any.
authException ( ) : Horde_Auth_Exception Generates an authentication exception.
notify ( string $msg = null, string $level = null, boolean $force = false ) Send notification of the error.

메소드 상세

__get() 공개 메소드

public __get ( $name )

authError() 공개 메소드

Returns the authentication error, if any.
public authError ( ) : integer
리턴 integer Authentication error, or null if exception not caused by auth error.

authException() 공개 메소드

Generates an authentication exception.
public authException ( ) : Horde_Auth_Exception
리턴 Horde_Auth_Exception An authentication exception.

notify() 공개 메소드

Send notification of the error.
public notify ( string $msg = null, string $level = null, boolean $force = false )
$msg string Notification message.
$level string Notification level.
$force boolean Force notification, even if already done?

프로퍼티 상세

$_notified 공개적으로 프로퍼티

Sent the error to the notification system.
public bool $_notified
리턴 boolean