ZenMagick 0.9.10


org.zenmagick.mvc.rpc.json\ZMRpcRequestJSON
mvc\rpc\json\ZMRpcRequestJSON.php at line 29

Class ZMRpcRequestJSON

ZMRpcRequestJSON
All Implemented Interfaces:
org.zenmagick.mvc.rpc\ZMRpcRequest

public class ZMRpcRequestJSON

RPC request using JSON.

Author:
DerManoMann

Method Summary
void

__construct(ZMRequest request)

Create new instance

void

createResponse()

{@inheritDoc}

void

getData()

{@inheritDoc}

void

getId()

{@inheritDoc}

void

getMethod()

{@inheritDoc}

void

getRequest()

{@inheritDoc}

Method Detail

mvc\rpc\json\ZMRpcRequestJSON.php at line 39

__construct

public void __construct(ZMRequest request)

Create new instance

Parameters:
request - The current request.

mvc\rpc\json\ZMRpcRequestJSON.php at line 77

createResponse

public void createResponse()


mvc\rpc\json\ZMRpcRequestJSON.php at line 70

getData

public void getData()


mvc\rpc\json\ZMRpcRequestJSON.php at line 56

getId

public void getId()


mvc\rpc\json\ZMRpcRequestJSON.php at line 63

getMethod

public void getMethod()


mvc\rpc\json\ZMRpcRequestJSON.php at line 49

getRequest

public void getRequest()


ZenMagick 0.9.10