FileDownloadInformation
in package
Class FileDownloadInformation
Tags
Table of Contents
- $downloadFile : ExistingFile
- $filename : FilenameStringType
- __construct() : mixed
- FileDownloadInformation constructor.
- getFilename() : StringType
- Returns the filename of the download file.
- getPath() : StringType
- Returns the path of the download file.
Properties
$downloadFile
protected
ExistingFile
$downloadFile
$filename
protected
FilenameStringType
$filename
Methods
__construct()
FileDownloadInformation constructor.
public
__construct(ExistingFile $downloadFile, FilenameStringType $filename) : mixed
Parameters
- $downloadFile : ExistingFile
- $filename : FilenameStringType
Return values
mixed —getFilename()
Returns the filename of the download file.
public
getFilename() : StringType
Return values
StringType —getPath()
Returns the path of the download file.
public
getPath() : StringType