PHP Класс Horde_Rpc_Syncml, horde

Copyright 2003-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.
Автор: Chuck Hagenbuch ([email protected])
Автор: Anthony Mills ([email protected])
Наследование: extends Horde_Rpc
Показать файл Открыть проект

Открытые методы

Метод Описание
authorize ( ) SyncML handles authentication internally, so bypass the RPC framework auth check by just returning true here.
getResponse ( string $request ) : string Sends an RPC request to the server and returns the result.
getResponseContentType ( ) : string Returns the Content-Type of the response.

Описание методов

authorize() публичный Метод

SyncML handles authentication internally, so bypass the RPC framework auth check by just returning true here.
public authorize ( )

getResponse() публичный Метод

Sends an RPC request to the server and returns the result.
public getResponse ( string $request ) : string
$request string The raw request string.
Результат string The XML encoded response from the server.

getResponseContentType() публичный Метод

Returns the Content-Type of the response.
public getResponseContentType ( ) : string
Результат string The MIME Content-Type of the RPC response.