| [ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 116 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
SyncML_Device_Synthesis:: (3 méthodes):
convertServer2Client()
convertClient2Server()
UTC2LocalDate()
Classe: SyncML_Device_Synthesis - X-Ref
The SyncML_Device_Synthesis:: class provides functionality that is| convertServer2Client($content, $contentType) X-Ref |
| Converts the content from the backend to a format suitable for the client device. Strips the uid (primary key) information as client and server might use different ones. param: string $content The content to convert param: string $contentType The contentType of content as returned from return: array array($newcontent, $newcontentType): |
| convertClient2Server($content, $contentType) X-Ref |
| Convert the content. Currently strips uid (primary key) information as client and server might use different ones. param: string $content The content to convert. param: string $contentType The contentType of the content. return: array array($newcontent, $newcontentType): |
| UTC2LocalDate($s) X-Ref |
| Pas de description |
| Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |