TurnoverFilterEntity
in package
Table of Contents
Properties
- $channelList : array<string|int, mixed>|null
- $countryList : array<string|int, mixed>|null
- $fromDate : DateTime|null
- $onlyCorrect : bool
- $onlyIncorrect : bool
- $toDate : DateTime|null
- $userId : int
Methods
- getChannelList() : array<string|int, mixed>|null
- Get the value of channelList
- getCountryList() : array<string|int, mixed>|null
- Get the value of countryList
- getFromDate() : DateTime|null
- Get the value of fromDate
- getOnlyCorrect() : bool
- Get the value of onlyCorrect
- getOnlyIncorrect() : bool
- Get the value of onlyIncorrect
- getToDate() : DateTime|null
- Get the value of toDate
- getUserId() : int
- Get the value of userId
- setChannelList() : self
- Set the value of channelList
- setCountryList() : self
- Set the value of countryList
- setFromDate() : self
- Set the value of fromDate
- setOnlyCorrect() : self
- Set the value of onlyCorrect
- setOnlyIncorrect() : self
- Set the value of onlyIncorrect
- setToDate() : self
- Set the value of toDate
- setUserId() : self
- Set the value of userId
Properties
$channelList
private
array<string|int, mixed>|null
$channelList
$countryList
private
array<string|int, mixed>|null
$countryList
$fromDate
private
DateTime|null
$fromDate
$onlyCorrect
private
bool
$onlyCorrect
= true
$onlyIncorrect
private
bool
$onlyIncorrect
= false
$toDate
private
DateTime|null
$toDate
$userId
private
int
$userId
Methods
getChannelList()
Get the value of channelList
public
getChannelList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetCountryList()
Get the value of countryList
public
getCountryList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetFromDate()
Get the value of fromDate
public
getFromDate() : DateTime|null
Return values
DateTime|nullgetOnlyCorrect()
Get the value of onlyCorrect
public
getOnlyCorrect() : bool
Return values
boolgetOnlyIncorrect()
Get the value of onlyIncorrect
public
getOnlyIncorrect() : bool
Return values
boolgetToDate()
Get the value of toDate
public
getToDate() : DateTime|null
Return values
DateTime|nullgetUserId()
Get the value of userId
public
getUserId() : int
Return values
intsetChannelList()
Set the value of channelList
public
setChannelList(array<string|int, mixed>|null $channelList) : self
Parameters
- $channelList : array<string|int, mixed>|null
Return values
selfsetCountryList()
Set the value of countryList
public
setCountryList(array<string|int, mixed>|null $countryList) : self
Parameters
- $countryList : array<string|int, mixed>|null
Return values
selfsetFromDate()
Set the value of fromDate
public
setFromDate(DateTime|null $fromDate) : self
Parameters
- $fromDate : DateTime|null
Return values
selfsetOnlyCorrect()
Set the value of onlyCorrect
public
setOnlyCorrect(bool $onlyCorrect) : self
Parameters
- $onlyCorrect : bool
Return values
selfsetOnlyIncorrect()
Set the value of onlyIncorrect
public
setOnlyIncorrect(bool $onlyIncorrect) : self
Parameters
- $onlyIncorrect : bool
Return values
selfsetToDate()
Set the value of toDate
public
setToDate(DateTime|null $toDate) : self
Parameters
- $toDate : DateTime|null
Return values
selfsetUserId()
Set the value of userId
public
setUserId(int $userId) : self
Parameters
- $userId : int