PHP 클래스 Horde_ActiveSync_Connector_Exporter_FolderSync, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$changed array Used when exporting folder structure changes since they are not streamed from this object.
$count integer Tracks the total number of folder changes
$deleted array Array of folder ids that have been deleted on the server.

공개 메소드들

메소드 설명
folderChange ( Horde_ActiveSync_Message_Folder $folder ) Add a folder change to the cache (used during FolderSync requests).
folderDeletion ( string $id ) Add a folder deletion to the cache (used during FolderSync Requests).
sendNextChange ( ) : boolean | Horde_Exception Sends the next change in the set to the client.

보호된 메소드들

메소드 설명
_sendNextFolderSyncChange ( ) Sends the next folder change to the client.

메소드 상세

_sendNextFolderSyncChange() 보호된 메소드

Sends the next folder change to the client.

folderChange() 공개 메소드

Add a folder change to the cache (used during FolderSync requests).
public folderChange ( Horde_ActiveSync_Message_Folder $folder )
$folder Horde_ActiveSync_Message_Folder

folderDeletion() 공개 메소드

Add a folder deletion to the cache (used during FolderSync Requests).
public folderDeletion ( string $id )
$id string The folder id

sendNextChange() 공개 메소드

Sends the next change in the set to the client.
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.

프로퍼티 상세

$changed 공개적으로 프로퍼티

Used when exporting folder structure changes since they are not streamed from this object.
public array $changed
리턴 array

$count 공개적으로 프로퍼티

Tracks the total number of folder changes
public int $count
리턴 integer

$deleted 공개적으로 프로퍼티

Array of folder ids that have been deleted on the server.
public array $deleted
리턴 array