ELP Parser API

Page
in package
implements JsonSerializable

FinalYes

Typed wrapper around parsed page data.

Table of Contents

Interfaces

JsonSerializable

Properties

$data  : array<string, mixed>

Methods

__construct()  : mixed
getBlocks()  : array<int, Block>
getId()  : string
getIdevices()  : array<int, Idevice>
getParentId()  : string
getTitle()  : 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 page data.

getBlocks()

public getBlocks() : array<int, Block>
Return values
array<int, Block>

getId()

public getId() : string
Return values
string

getParentId()

public getParentId() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

jsonSerialize()

public jsonSerialize() : mixed

toArray()

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

Search results