PHP 클래스 Horde_ActiveSync_Connector_Exporter_Base, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_as Horde_ActiveSync The ActiveSync server object.
$_changes array Local cache of changes to send.
$_encoder Horde_ActiveSync_Wbxml_Encoder The wbxml encoder
$_procid integer Process id for logging.
$_step integer Counter of changes sent.

공개 메소드들

메소드 설명
__construct ( Horde_ActiveSync $as, Horde_ActiveSync_Wbxml_Encoder $encoder = null ) : Horde_ActiveSync_Connector_Exporter Const'r
sendNextChange ( ) : boolean | Horde_Exception Sends the next change in the set to the client.
setChanges ( array $changes, array $collection = null ) Set the changes to send to the client.

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( Horde_ActiveSync $as, Horde_ActiveSync_Wbxml_Encoder $encoder = null ) : Horde_ActiveSync_Connector_Exporter
$as Horde_ActiveSync The ActiveSync server.
$encoder Horde_ActiveSync_Wbxml_Encoder The encoder
리턴 Horde_ActiveSync_Connector_Exporter

sendNextChange() 추상적인 공개 메소드

Sends the next change in the set to the client.
abstract public sendNextChange ( ) : boolean | Horde_Exception
리턴 boolean | Horde_Exception True if more changes can be sent false if all changes were sent, Horde_Exception if there was an error sending an item.

setChanges() 공개 메소드

Set the changes to send to the client.
public setChanges ( array $changes, array $collection = null )
$changes array The changes array returned from the collection handler.
$collection array The collection we are currently syncing.

프로퍼티 상세

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

The ActiveSync server object.
protected Horde_ActiveSync $_as
리턴 Horde_ActiveSync

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

Local cache of changes to send.
protected array $_changes
리턴 array

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

The wbxml encoder
protected Horde_ActiveSync_Wbxml_Encoder $_encoder
리턴 Horde_ActiveSync_Wbxml_Encoder

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

Process id for logging.
protected int $_procid
리턴 integer

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

Counter of changes sent.
protected int $_step
리턴 integer