Documentation

ReportFile
in package

Table of Contents

Properties

$clientId  : string
$country  : string
$fileExt  : string
$fileName  : string
$filePath  : string
$reportType  : string
$userId  : int|null
$yearAndMonth  : string

Methods

getClientId()  : string
getCountry()  : string
getFileExt()  : string
getFileName()  : string
getFilePath()  : string
getReportType()  : string
getUserId()  : int|null
getYearAndMonth()  : string
setClientId()  : void
setCountry()  : void
setFileExt()  : void
setFileName()  : void
setFilePath()  : void
setReportType()  : void
setUserId()  : void
setYearAndMonth()  : void

Properties

Methods

getClientId()

public getClientId() : string
Return values
string

getCountry()

public getCountry() : string
Return values
string

getFileExt()

public getFileExt() : string
Return values
string

getFileName()

public getFileName() : string
Return values
string

getFilePath()

public getFilePath() : string
Return values
string

getReportType()

public getReportType() : string
Return values
string

getUserId()

public getUserId() : int|null
Return values
int|null

getYearAndMonth()

public getYearAndMonth() : string
Return values
string

setClientId()

public setClientId(string $clientId) : void
Parameters
$clientId : string

setCountry()

public setCountry(string $country) : void
Parameters
$country : string

setFileExt()

public setFileExt(string $fileExt) : void
Parameters
$fileExt : string

setFileName()

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

setFilePath()

public setFilePath(string $filePath) : void
Parameters
$filePath : string

setReportType()

public setReportType(string $reportType) : void
Parameters
$reportType : string

setUserId()

public setUserId(int|null $userId) : void
Parameters
$userId : int|null

setYearAndMonth()

public setYearAndMonth(string $yearAndMonth) : void
Parameters
$yearAndMonth : string

        
On this page

Search results