PHP 클래스 Horde_Imap_Client_Base_Debug, horde

NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$debug boolean Is debugging active?

보호된 프로퍼티들

프로퍼티 타입 설명
$_stream resource The debug stream.
$_time integer Timestamp of last command.

공개 메소드들

메소드 설명
__construct ( mixed $debug ) Constructor.
client ( string $msg ) Write client output to debug log.
info ( string $msg ) Write informational message to debug log.
raw ( string $msg ) Write server output to debug log.
server ( string $msg ) Write server output to debug log.
shutdown ( ) Shutdown function.

보호된 메소드들

메소드 설명
_write ( string $msg, $pre = null ) Write debug information to the output stream.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $debug )
$debug mixed The debug target.

_write() 보호된 메소드

Write debug information to the output stream.
protected _write ( string $msg, $pre = null )
$msg string Debug data.

client() 공개 메소드

Write client output to debug log.
public client ( string $msg )
$msg string Debug message.

info() 공개 메소드

Write informational message to debug log.
public info ( string $msg )
$msg string Debug message.

raw() 공개 메소드

Write server output to debug log.
public raw ( string $msg )
$msg string Debug message.

server() 공개 메소드

Write server output to debug log.
public server ( string $msg )
$msg string Debug message.

shutdown() 공개 메소드

Shutdown function.
public shutdown ( )

프로퍼티 상세

$_stream 보호되어 있는 프로퍼티

The debug stream.
protected resource $_stream
리턴 resource

$_time 보호되어 있는 프로퍼티

Timestamp of last command.
protected int $_time
리턴 integer

$debug 공개적으로 프로퍼티

Is debugging active?
public bool $debug
리턴 boolean