Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

getError(
)
:
null|\Zend_Json_Server_Error
Get response error
Type | Description |
---|---|
null|\Zend_Json_Server_Error |

getServiceMap(
)
:
\Zend_Json_Server_Smd|null
Retrieve service map
Type | Description |
---|---|
\Zend_Json_Server_Smd|null |

setArgs(
mixed $args
)
:
\Zend_Json_Server_Response
Set args
Name | Type | Description |
---|---|---|
$args | mixed |
Type | Description |
---|---|
\Zend_Json_Server_Response |

setError(
\Zend_Json_Server_Error $error
)
:
\Zend_Json_Server_Response
Set result error
Name | Type | Description |
---|---|---|
$error | \Zend_Json_Server_Error |
Type | Description |
---|---|
\Zend_Json_Server_Response |

setServiceMap(
\Zend_Json_Server_Smd $serviceMap
)
:
\Zend_Json_Server_Response
Set service map object
Name | Type | Description |
---|---|---|
$serviceMap | \Zend_Json_Server_Smd |
Type | Description |
---|---|
\Zend_Json_Server_Response |

setVersion(
string $version
)
:
\Zend_Json_Server_Response
Set JSON-RPC version
Name | Type | Description |
---|---|---|
$version | string |
Type | Description |
---|---|
\Zend_Json_Server_Response |