Documentation

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

Methods

getChannelList()

Get the value of channelList

public getChannelList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getCountryList()

Get the value of countryList

public getCountryList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getFromDate()

Get the value of fromDate

public getFromDate() : DateTime|null
Return values
DateTime|null

getOnlyCorrect()

Get the value of onlyCorrect

public getOnlyCorrect() : bool
Return values
bool

getOnlyIncorrect()

Get the value of onlyIncorrect

public getOnlyIncorrect() : bool
Return values
bool

getToDate()

Get the value of toDate

public getToDate() : DateTime|null
Return values
DateTime|null

setChannelList()

Set the value of channelList

public setChannelList(array<string|int, mixed>|null $channelList) : self
Parameters
$channelList : array<string|int, mixed>|null
Return values
self

setCountryList()

Set the value of countryList

public setCountryList(array<string|int, mixed>|null $countryList) : self
Parameters
$countryList : array<string|int, mixed>|null
Return values
self

setFromDate()

Set the value of fromDate

public setFromDate(DateTime|null $fromDate) : self
Parameters
$fromDate : DateTime|null
Return values
self

setOnlyCorrect()

Set the value of onlyCorrect

public setOnlyCorrect(bool $onlyCorrect) : self
Parameters
$onlyCorrect : bool
Return values
self

setOnlyIncorrect()

Set the value of onlyIncorrect

public setOnlyIncorrect(bool $onlyIncorrect) : self
Parameters
$onlyIncorrect : bool
Return values
self

setToDate()

Set the value of toDate

public setToDate(DateTime|null $toDate) : self
Parameters
$toDate : DateTime|null
Return values
self

setUserId()

Set the value of userId

public setUserId(int $userId) : self
Parameters
$userId : int
Return values
self

        
On this page

Search results