ELP Parser API

ParserOptions
in package

FinalYes

Parser feature and resource-limit options.

Table of Contents

Properties

$archiveLimits  : ArchiveLimits
$collectStrings  : bool
$ideviceDecoders  : IdeviceDecoderRegistry|null
$normalizeIdeviceState  : bool
$parseAssets  : bool

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([ArchiveLimits|null $archiveLimits = null ][, bool $parseAssets = true ][, bool $collectStrings = true ][, bool $normalizeIdeviceState = true ][, IdeviceDecoderRegistry|null $ideviceDecoders = null ]) : mixed
Parameters
$archiveLimits : ArchiveLimits|null = null

Archive safety limits.

$parseAssets : bool = true

Resolve referenced assets during parsing.

$collectStrings : bool = true

Build the normalized strings collection.

$normalizeIdeviceState : bool = true

Decode modern iDevice state payloads.

$ideviceDecoders : IdeviceDecoderRegistry|null = null

Optional custom decoder registry.

On this page

Search results