Documentation

PageOptions
in package

Options for page handling (PDF only).

Table of Contents

Properties

$onMinPage  : int
$operation  : string
$pageIndexes  : array<string|int, mixed>|null

Methods

__construct()  : mixed
isEmpty()  : bool
Checks whether the options are set.

Properties

$pageIndexes

public array<string|int, mixed>|null $pageIndexes = null

Methods

__construct()

public __construct([array<string|int, int>|null $pageIndexes = null ][, string $operation = KEEP_ONLY ][, int $onMinPage = 0 ]) : mixed
Parameters
$pageIndexes : array<string|int, int>|null = null

Indexes of the page.

$operation : string = KEEP_ONLY

Operation to apply.

$onMinPage : int = 0

Minimum page amount.

isEmpty()

Checks whether the options are set.

public isEmpty() : bool
Return values
bool
On this page

Search results