PHP Class Horde_SyncMl_Device_Sync4JMozilla, horde

Copyright 2007-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Karsten Fourmont ([email protected])
Inheritance: extends Horde_SyncMl_Device
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
convertServer2Client ( string $content, string $contentType, string $database ) : array Converts the content from the backend to a format suitable for the client device.

Method Details

convertServer2Client() public method

Strips the uid (primary key) information as client and server might use different ones.
public convertServer2Client ( string $content, string $contentType, string $database ) : array
$content string The content to convert
$contentType string The content type of content as returned from the backend
$database string The server database URI.
return array Three-element array with the converted content, the (possibly changed) new content type, and encoding type (like b64 as used by Funambol).