PHP 클래스 IMP_Compose_Exception, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$encrypt string Stores information on whether an encryption dialog window needs to be opened.
$tied_identity integer If set, indicates that this identity matches the given to address.

공개 메소드들

메소드 설명
createAndLog ( ) : IMP_Compose_Exception Creates a new Exception object and immediately logs the message.
log ( string $level = 'ERR' ) : boolean Log error message.

메소드 상세

createAndLog() 공개 정적인 메소드

Creates a new Exception object and immediately logs the message.
public static createAndLog ( ) : IMP_Compose_Exception
리턴 IMP_Compose_Exception Exception argument.

log() 공개 메소드

Log error message.
public log ( string $level = 'ERR' ) : boolean
$level string Level to log at.
리턴 boolean True if message was logged.

프로퍼티 상세

$encrypt 공개적으로 프로퍼티

Stores information on whether an encryption dialog window needs to be opened.
public string $encrypt
리턴 string

$tied_identity 공개적으로 프로퍼티

If set, indicates that this identity matches the given to address.
public int $tied_identity
리턴 integer