LDAP Account Manager

PDFImage
in package
implements PDFEntry

Adds an image to the PDF file.

Tags
author

Roland Gruber

Interfaces, Classes, Traits and Enums

PDFEntry
Common interface for all PDF entries.

Table of Contents

$binaryData  : string
__construct()  : mixed
Constructor
getHeadline()  : string|null
Returns the head line of the entry.
getImageData()  : string
Returns the image data.

Properties

$binaryData

private string $binaryData

Methods

__construct()

Constructor

public __construct(string $binaryData) : mixed
Parameters
$binaryData : string

image data

Return values
mixed

getHeadline()

Returns the head line of the entry.

public getHeadline() : string|null
Tags
see
PDFEntry::getHeadline()
Return values
string|null

label

getImageData()

Returns the image data.

public getImageData() : string
Return values
string

image data

Search results