PresenceEnvelope
in package
Class PresenceEnvelope
Table of Contents
Properties
- $action : mixed
- $data : mixed
- $occupancy : mixed
- $timestamp : mixed
- $uuid : mixed
Methods
- __construct() : mixed
- PresenceEnvelope constructor.
- fromJson() : PresenceEnvelope
- getAction() : mixed
- getData() : mixed
- getOccupancy() : mixed
- getTimestamp() : mixed
- getUuid() : mixed
Properties
$action
private
mixed
$action
Tags
$data
private
mixed
$data
Tags
$occupancy
private
mixed
$occupancy
Tags
$timestamp
private
mixed
$timestamp
Tags
$uuid
private
mixed
$uuid
Tags
Methods
__construct()
PresenceEnvelope constructor.
public
__construct(mixed $action, mixed $uuid, mixed $occupancy, mixed $timestamp, mixed $data) : mixed
Parameters
- $action : mixed
- $uuid : mixed
- $occupancy : mixed
- $timestamp : mixed
- $data : mixed
fromJson()
public
static fromJson(mixed $json) : PresenceEnvelope
Parameters
- $json : mixed
Return values
PresenceEnvelopegetAction()
public
getAction() : mixed
getData()
public
getData() : mixed
getOccupancy()
public
getOccupancy() : mixed
getTimestamp()
public
getTimestamp() : mixed
getUuid()
public
getUuid() : mixed