PHP 클래스 Horde_ActiveSync_Wbxml, horde

저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_dtd array The code page definitions for the wbxml encoder/decoders
$_logLevel Logging level.
$_logStack array Used to hold log entries for each tag so we can only output the log entries for the tags that are actually sent (@see $_stack).
$_logger Horde_Log_Logger Logger
$_procid integer The current procid
$_stream Horde_Stream Input or Output stream
$_tagcp integer Track the codepage for the currently output tag so we know when to switch codepages.

공개 메소드들

메소드 설명
__construct ( stream $stream, $log_level = self::LOG_PROTOCOL )
getStream ( )
setLogger ( Horde_Log_Logger $logger ) Set the logger instance

메소드 상세

__construct() 공개 메소드

public __construct ( stream $stream, $log_level = self::LOG_PROTOCOL )
$stream stream The [input|output] stream.

getStream() 공개 메소드

public getStream ( )

setLogger() 공개 메소드

Set the logger instance
public setLogger ( Horde_Log_Logger $logger )
$logger Horde_Log_Logger The logger.

프로퍼티 상세

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

The code page definitions for the wbxml encoder/decoders
protected array $_dtd
리턴 array

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

Logging level.
protected $_logLevel

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

Used to hold log entries for each tag so we can only output the log entries for the tags that are actually sent (@see $_stack).
protected array $_logStack
리턴 array

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

Logger
protected Horde_Log_Logger $_logger
리턴 Horde_Log_Logger

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

The current procid
protected int $_procid
리턴 integer

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

Input or Output stream
protected Horde_Stream $_stream
리턴 Horde_Stream

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

Track the codepage for the currently output tag so we know when to switch codepages.
protected int $_tagcp
리턴 integer