| [ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 272 lignes (8 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Horde_RPC_syncml:: (12 méthodes):
authorize()
getResponse()
_parse()
_startElement()
_characters()
_endElement()
_splitURI()
getResponseContentType()
startElement()
endElement()
characters()
raiseError()
Classe: Horde_RPC_syncml - X-Ref
The Horde_RPC_syncml class provides a SyncML implementation of the Horde| authorize() X-Ref |
| SyncML handles authentication internally, so bypass the RPC framework auth check by just returning true here. |
| getResponse($request) X-Ref |
| Sends an RPC request to the server and returns the result. param: string $request The raw request string. return: string The XML encoded response from the server. |
| _parse($xml) X-Ref |
| Pas de description |
| _startElement($parser, $tag, $attributes) X-Ref |
| Pas de description |
| _characters($parser, $chars) X-Ref |
| Pas de description |
| _endElement($parser, $tag) X-Ref |
| Pas de description |
| _splitURI($tag) X-Ref |
| Pas de description |
| getResponseContentType() X-Ref |
| Returns the Content-Type of the response. return: string The MIME Content-Type of the RPC response. |
| startElement($uri, $element, $attrs) X-Ref |
| Pas de description |
| endElement($uri, $element) X-Ref |
| Pas de description |
| characters($str) X-Ref |
| Pas de description |
| raiseError($str) X-Ref |
| Pas de description |
| Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |