BookmarkEntry
in package
Read onlyYes
FinalYes
A bookmark (outline item) for the toolkit API.
Represents a single entry in the document outline tree. Page numbers are 1-based.
Table of Contents
Properties
- $children : array<string|int, mixed>
- $pageNumber : int
- $title : string
Methods
- __construct() : mixed
Properties
$children
public
array<string|int, mixed>
$children
= []
$pageNumber
public
int
$pageNumber
$title
public
string
$title
Methods
__construct()
public
__construct(string $title, int $pageNumber[, array<int, BookmarkEntry> $children = [] ]) : mixed
Parameters
- $title : string
- $pageNumber : int
- $children : array<int, BookmarkEntry> = []