Documentation

ReportFilterEntity
in package

Table of Contents

Properties

$archived  : bool|null
$countryId  : int|null
$endDate  : DateTime|null
$limit  : int
$offset  : int
$orderColumns  : array<string|int, mixed>
$orderDirections  : array<string|int, mixed>
$reportMessageGroupType  : int
$reportTypeId  : int|null
$showAlerts  : bool|null
$startDate  : DateTime|null
$userId  : int

Methods

getArchived()  : bool|null
getCountryId()  : int|null
Get $countryId
getEndDate()  : DateTime|null
Get $endDate
getLimit()  : int
Get $limit
getOffset()  : int
Get $offset
getOrderColumns()  : array<string|int, mixed>|null
getOrderDirections()  : array<string|int, mixed>|null
getReportMessageGroupType()  : int|null
getReportTypeId()  : int|null
Get $reportTypeId
getShowAlerts()  : bool
Get $showAlerts
getStartDate()  : DateTime|null
Get $startDate
getUserId()  : int
Get $userId
setArchived()  : mixed
setCountryId()  : self
Set $countryId
setEndDate()  : self
Set $endDate
setLimit()  : self
Set $limit
setOffset()  : self
Set $offset
setOrderColumnsAndDirections()  : mixed
Set $orderColumn
setReportMessageGroupType()  : void
setReportTypeId()  : self
Set $reportTypeId
setShowAlerts()  : self
Set $showAlerts
setStartDate()  : self
Set $startDate
setUserId()  : self
Set $userId

Properties

Methods

getCountryId()

Get $countryId

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

getEndDate()

Get $endDate

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

getOrderColumns()

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

getOrderDirections()

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

getReportMessageGroupType()

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

getReportTypeId()

Get $reportTypeId

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

getShowAlerts()

Get $showAlerts

public getShowAlerts() : bool
Return values
bool

getStartDate()

Get $startDate

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

setArchived()

public setArchived(bool|null $archived) : mixed
Parameters
$archived : bool|null

setCountryId()

Set $countryId

public setCountryId(int|null $countryId) : self
Parameters
$countryId : int|null
Return values
self

setEndDate()

Set $endDate

public setEndDate(DateTime|null $endDate) : self
Parameters
$endDate : DateTime|null
Return values
self

setLimit()

Set $limit

public setLimit(int $limit) : self
Parameters
$limit : int
Return values
self

setOffset()

Set $offset

public setOffset(int $offset) : self
Parameters
$offset : int
Return values
self

setOrderColumnsAndDirections()

Set $orderColumn

public setOrderColumnsAndDirections(mixed $columns[, string $directions = 'ASC' ]) : mixed
Parameters
$columns : mixed
$directions : string = 'ASC'

setReportMessageGroupType()

public setReportMessageGroupType(int $reportMessageGroupType) : void
Parameters
$reportMessageGroupType : int

setReportTypeId()

Set $reportTypeId

public setReportTypeId(int|null $reportTypeId) : self
Parameters
$reportTypeId : int|null

$reportTypeId

Return values
self

setShowAlerts()

Set $showAlerts

public setShowAlerts(bool $showAlerts) : self
Parameters
$showAlerts : bool
Return values
self

setStartDate()

Set $startDate

public setStartDate(DateTime|null $startDate) : self
Parameters
$startDate : DateTime|null
Return values
self

setUserId()

Set $userId

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

        
On this page

Search results