메소드 | 설명 | |
---|---|---|
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. |
public authorize ( ) |
public getResponse ( string $request ) : string | ||
$request | string | The raw request string. |
리턴 | string | The XML encoded response from the server. |
public getResponseContentType ( ) : string | ||
리턴 | string | The MIME Content-Type of the RPC response. |