ELP Parser API

Idevice
in package
implements JsonSerializable

FinalYes

Typed read-only-style wrapper around parsed iDevice data.

Table of Contents

Interfaces

JsonSerializable

Properties

$data  : array<string, mixed>

Methods

__construct()  : mixed
getId()  : string
getState()  : mixed
getStateDecodeError()  : string|null
getStoragePattern()  : string
getType()  : string
jsonSerialize()  : mixed
toArray()  : array<string, mixed>

Properties

$data

private array<string, mixed> $data

Methods

__construct()

public __construct(array<string, mixed> $data) : mixed
Parameters
$data : array<string, mixed>

Parsed iDevice data.

getId()

public getId() : string
Return values
string

getState()

public getState() : mixed

getStateDecodeError()

public getStateDecodeError() : string|null
Return values
string|null

getStoragePattern()

public getStoragePattern() : string
Return values
string

getType()

public getType() : string
Return values
string

jsonSerialize()

public jsonSerialize() : mixed

toArray()

public toArray() : array<string, mixed>
Return values
array<string, mixed>
On this page

Search results