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
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.