Table of Contents
Properties
-
$additionnalParams
: mixed
-
$applicationName
: mixed
-
$id
: mixed
-
$jsonrpc
: mixed
-
$method
: mixed
-
$params
: mixed
-
$startTime
: mixed
Methods
-
__construct()
: mixed
-
getAdditionnalParams()
: mixed
-
getApplicationName()
: mixed
-
getId()
: mixed
-
getJsonrpc()
: mixed
-
getMethod()
: mixed
-
getParams()
: mixed
-
getStartTime()
: mixed
-
makeError()
: mixed
-
makeSuccess()
: mixed
-
setAdditionnalParams()
: mixed
-
setApplicationName()
: mixed
$additionnalParams
private
mixed
$additionnalParams
= array()
$applicationName
private
mixed
$applicationName
$id
private
mixed
$id
= 99999
$jsonrpc
private
mixed
$jsonrpc
$method
private
mixed
$method
$params
private
mixed
$params
$startTime
private
mixed
$startTime
__construct()
public
__construct(string $_jsonrpc) : mixed
Parameters
-
$_jsonrpc
: string
-
getAdditionnalParams()
public
getAdditionnalParams([mixed $_key = '' ][, mixed $_default = '' ]) : mixed
Parameters
-
$_key
: mixed
= ''
-
-
$_default
: mixed
= ''
-
getApplicationName()
public
getApplicationName() : mixed
getId()
public
getId() : mixed
getJsonrpc()
public
getJsonrpc() : mixed
getMethod()
public
getMethod() : mixed
getParams()
public
getParams() : mixed
getStartTime()
public
getStartTime() : mixed
makeError()
public
makeError(mixed $_code, mixed $_message) : mixed
Parameters
-
$_code
: mixed
-
-
$_message
: mixed
-
makeSuccess()
public
makeSuccess([mixed $_result = 'ok' ]) : mixed
Parameters
-
$_result
: mixed
= 'ok'
-
setAdditionnalParams()
public
setAdditionnalParams(mixed $_key, mixed $_value) : mixed
Parameters
-
$_key
: mixed
-
-
$_value
: mixed
-
setApplicationName()
public
setApplicationName(mixed $applicationName) : mixed
Parameters
-
$applicationName
: mixed
-