PHP 클래스 Horde_ActiveSync_Request_Sync, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Request_SyncBase
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_collections Horde_ActiveSync_Collections Collections manager.

공개 메소드들

메소드 설명
_parseSyncOptions ( array &$collection ) Helper method to handle incoming OPTIONS nodes.

보호된 메소드들

메소드 설명
_handle ( ) : boolean Handle the sync request
_handleError ( array $collection ) Helper for handling sync errors
_handleGlobalSyncError ( boolean $limit = false ) Helper for sending error status results.
_parseSyncCommands ( array &$collection ) : boolean Handle incoming SYNC nodes
_parseSyncFolders ( ) Helper method for parsing incoming SYNC_FOLDERS nodes.
_sendOverWindowResponse ( $collection )

메소드 상세

_handle() 보호된 메소드

Handle the sync request
protected _handle ( ) : boolean
리턴 boolean

_handleError() 보호된 메소드

Helper for handling sync errors
protected _handleError ( array $collection )
$collection array

_handleGlobalSyncError() 보호된 메소드

Helper for sending error status results.
protected _handleGlobalSyncError ( boolean $limit = false )
$limit boolean Send the SYNC_LIMIT error if true.

_parseSyncCommands() 보호된 메소드

Handle incoming SYNC nodes
protected _parseSyncCommands ( array &$collection ) : boolean
$collection array The current collection array.
리턴 boolean

_parseSyncFolders() 보호된 메소드

Helper method for parsing incoming SYNC_FOLDERS nodes.
protected _parseSyncFolders ( )

_parseSyncOptions() 공개 메소드

Helper method to handle incoming OPTIONS nodes.
public _parseSyncOptions ( array &$collection )
$collection array The current collection array.

_sendOverWindowResponse() 보호된 메소드

protected _sendOverWindowResponse ( $collection )

프로퍼티 상세

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

Collections manager.
protected Horde_ActiveSync_Collections $_collections
리턴 Horde_ActiveSync_Collections