Property | Type | Description | |
---|---|---|---|
$_collections | Horde_ActiveSync_Collections | Collections manager. |
Method | Description | |
---|---|---|
_parseSyncOptions ( array &$collection ) | Helper method to handle incoming OPTIONS nodes. |
Method | Description | |
---|---|---|
_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 ) |
protected _handleError ( array $collection ) | ||
$collection | array |
protected _handleGlobalSyncError ( boolean $limit = false ) | ||
$limit | boolean | Send the SYNC_LIMIT error if true. |
protected _parseSyncCommands ( array &$collection ) : boolean | ||
$collection | array | The current collection array. |
return | boolean |
protected _parseSyncFolders ( ) |
public _parseSyncOptions ( array &$collection ) | ||
$collection | array | The current collection array. |