phpdftk API Documentation

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

Methods

__construct()

public __construct(string $title, int $pageNumber[, array<int, BookmarkEntry$children = [] ]) : mixed
Parameters
$title : string
$pageNumber : int
$children : array<int, BookmarkEntry> = []

        
On this page

Search results