ELP Parser API

IdeviceDecoderInterface

Extension point for domain-specific iDevice decoding.

Table of Contents

Methods

decode()  : mixed
Decode domain-specific iDevice data.
supports()  : bool
Determine whether this decoder supports a normalized iDevice.

Methods

decode()

Decode domain-specific iDevice data.

public decode(array<string, mixed> $idevice) : mixed
Parameters
$idevice : array<string, mixed>

Normalized iDevice.

supports()

Determine whether this decoder supports a normalized iDevice.

public supports(array<string, mixed> $idevice) : bool
Parameters
$idevice : array<string, mixed>

Normalized iDevice.

Return values
bool
On this page

Search results