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
$clientId
protected
string
$clientId
$country
protected
string
$country
$fileExt
protected
string
$fileExt
$fileName
protected
string
$fileName
$filePath
protected
string
$filePath
$reportType
protected
string
$reportType
$userId
protected
int|null
$userId
$yearAndMonth
protected
string
$yearAndMonth
getClientId()
public
getClientId() : string
getCountry()
public
getCountry() : string
getFileExt()
public
getFileExt() : string
getFileName()
public
getFileName() : string
getFilePath()
public
getFilePath() : string
getReportType()
public
getReportType() : string
getUserId()
public
getUserId() : int|null
getYearAndMonth()
public
getYearAndMonth() : 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
-