PdfCreatorResult
Table of Contents
-
$fileContent
: string
-
$filePath
: string
-
$outputMode
: string
-
__construct()
: mixed
-
getFileContent()
: string
-
getFilePath()
: string
-
getOutputMode()
: string
-
setFileContent()
: self
-
setFilePath()
: self
-
setOutputMode()
: self
$fileContent
private
string
$fileContent
$filePath
private
string
$filePath
$outputMode
private
string
$outputMode
__construct()
public
__construct(string $outputMode) : mixed
Parameters
-
$outputMode
: string
-
Return values
mixed
—
getFileContent()
public
getFileContent() : string
Return values
string
—
getFilePath()
public
getFilePath() : 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
—