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  : mixed
__construct()  : mixed
Constructor
getHeadline()  : string
Returns the head line of the entry.
getImageData()  : string
Returns the image data.

Properties

$binaryData

private mixed $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
Tags
see
PDFEntry::getHeadline()
Return values
string

label

getImageData()

Returns the image data.

public getImageData() : string
Return values
string

image data

Search results