phpdftk API Documentation

PdfBoolean
in package
implements Serializable

Represents a PDF boolean object.

Table of Contents

Interfaces

Serializable
Contract for anything that can emit raw PDF syntax via `toPdf()`.

Properties

$value  : bool

Methods

__construct()  : mixed
toPdf()  : string

Properties

Methods

__construct()

public __construct(bool $value) : mixed
Parameters
$value : bool

toPdf()

public toPdf() : string
Return values
string

        
On this page

Search results