Contao Utils Bundle

BeforeOutputPdfCallback
in package

Class BeforeOutputPdfCallback.

PdfCreator was moved into it's own bundle (heimrichhannot/pdf-creator)

Table of Contents

Properties

$libraryInstance  : mixed
$outputParameters  : array<string|int, mixed>

Methods

__construct()  : mixed
getLibraryInstance()  : mixed
getOutputParameters()  : array<string|int, mixed>
setLibraryInstance()  : void
setOutputParameters()  : void

Properties

Methods

__construct()

public __construct(mixed $libraryInstance[, array<string|int, mixed> $outputParameters = [] ]) : mixed
Parameters
$libraryInstance : mixed
$outputParameters : array<string|int, mixed> = []

getOutputParameters()

public getOutputParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

setLibraryInstance()

public setLibraryInstance(mixed $libraryInstance) : void
Parameters
$libraryInstance : mixed

setOutputParameters()

public setOutputParameters(array<string|int, mixed> $outputParameters) : void
Parameters
$outputParameters : array<string|int, mixed>

        
On this page

Search results