Documentation

ReportDownloadItem
in package
implements JsonSerializable

FinalYes

Table of Contents

Interfaces

JsonSerializable

Properties

$downloadUrl  : string|null
$fileName  : string|null
$fileTypeLabel  : string|null
$id  : int|null

Methods

getDownloadUrl()  : string|null
getFileName()  : string|null
getFileTypeLabel()  : string|null
getId()  : int|null
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
setDownloadUrl()  : void
setFileName()  : void
setFileTypeLabel()  : void
setId()  : void

Properties

Methods

getDownloadUrl()

public getDownloadUrl() : string|null
Return values
string|null

getFileTypeLabel()

public getFileTypeLabel() : string|null
Return values
string|null

setDownloadUrl()

public setDownloadUrl(string|null $downloadUrl) : void
Parameters
$downloadUrl : string|null

setFileName()

public setFileName(string|null $fileName) : void
Parameters
$fileName : string|null

setFileTypeLabel()

public setFileTypeLabel(string|null $fileTypeLabel) : void
Parameters
$fileTypeLabel : string|null

        
On this page

Search results