ZenMagick 0.9.10


org.zenmagick.mvc.rpc.json\ZMRpcResponseJSON
mvc\rpc\json\ZMRpcResponseJSON.php at line 30

Class ZMRpcResponseJSON

ZMRpcResponseJSON
All Implemented Interfaces:
org.zenmagick.mvc.rpc\ZMRpcResponse

public class ZMRpcResponseJSON

JSON RPC response.

Author:
DerManoMann

Method Summary
void

__construct(ZMRpcRequest rpcRequest)

Create new instance

void

addMessage(mixed msg, mixed type)

{@inheritDoc}

void

getContentType()

{@inheritDoc}

void

getStatus()

{@inheritDoc}

void

setData(mixed data)

{@inheritDoc}

void

setStatus(mixed status)

{@inheritDoc}

Method Detail

mvc\rpc\json\ZMRpcResponseJSON.php at line 42

__construct

public void __construct(ZMRpcRequest rpcRequest)

Create new instance

Parameters:
rpcRequest - The current RPC request.

mvc\rpc\json\ZMRpcResponseJSON.php at line 54

addMessage

public void addMessage(mixed msg, mixed type)


mvc\rpc\json\ZMRpcResponseJSON.php at line 85

getContentType

public void getContentType()


mvc\rpc\json\ZMRpcResponseJSON.php at line 71

getStatus

public void getStatus()


mvc\rpc\json\ZMRpcResponseJSON.php at line 78

setData

public void setData(mixed data)


mvc\rpc\json\ZMRpcResponseJSON.php at line 64

setStatus

public void setStatus(mixed status)


ZenMagick 0.9.10