PDF Creator

PdfCreatorResult
in package

Table of Contents

$fileContent  : string
$filePath  : string
$outputMode  : string
__construct()  : mixed
getFileContent()  : string
getFilePath()  : string
getOutputMode()  : string
setFileContent()  : self
setFilePath()  : self
setOutputMode()  : self

Properties

Methods

__construct()

public __construct(string $outputMode) : mixed
Parameters
$outputMode : string
Return values
mixed

getFileContent()

public getFileContent() : string
Return values
string

getOutputMode()

public getOutputMode() : string
Return values
string

setFileContent()

public setFileContent(string $fileContent) : self
Parameters
$fileContent : string
Return values
self

setFilePath()

public setFilePath(string $filePath) : self
Parameters
$filePath : string
Return values
self

setOutputMode()

public setOutputMode(string $outputMode) : self
Parameters
$outputMode : string
Return values
self

Search results