Jeedom Core

jsonrpc
in package

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

Properties

$additionnalParams

private mixed $additionnalParams = array()

Methods

__construct()

public __construct(string $_jsonrpc) : mixed
Parameters
$_jsonrpc : string

getAdditionnalParams()

public getAdditionnalParams([mixed $_key = '' ][, mixed $_default = '' ]) : mixed
Parameters
$_key : mixed = ''
$_default : 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

        
On this page

Search results