PHP Sigfox Client

Extendable

Non fixed sized objects

Table of Contents

getExtendedData()  : array<string, mixed>
Returning all the other properties and values
set()  : static
Setting other JSON parameters

Methods

getExtendedData()

Returning all the other properties and values

public getExtendedData() : array<string, mixed>
Return values
array<string, mixed>

set()

Setting other JSON parameters

public set(string $key, mixed $value) : static
Parameters
$key : string

Property name to be in JSON object

$value : mixed

JSON serializable value

Return values
static

For method chains

Search results