FilterItem
extends Record
in package
Tags
Table of Contents
- __construct() : mixed
- The FilterItem constructor of the database record.
- getFilterId() : int
- Gets the FilterId value
- getFilterIdField() : string
- Returns the field "FilterId"
- getFilterType() : int|null
- Gets the FilterType value
- getFilterTypeField() : string
- Returns the field "FilterType"
- getFilterValue() : string|null
- Gets the FilterValue value
- getFilterValueField() : string
- Returns the field "FilterSelection"
- setFilterId() : void
- Sets the FilterId value
- setFilterType() : void
- Sets the FilterType value
- setFilterValue() : void
- Sets the FilterValue value
- store() : false|int
Methods
__construct()
The FilterItem constructor of the database record.
public
__construct([int|null $iFilterItemId = null ]) : mixed
Parameters
- $iFilterItemId : int|null = null
-
The filterItem id for the current record.
Tags
Return values
mixed —getFilterId()
Gets the FilterId value
public
getFilterId() : int
Tags
Return values
int —getFilterIdField()
Returns the field "FilterId"
public
getFilterIdField() : string
Tags
Return values
string —getFilterType()
Gets the FilterType value
public
getFilterType() : int|null
Tags
Return values
int|null —getFilterTypeField()
Returns the field "FilterType"
public
getFilterTypeField() : string
Tags
Return values
string —getFilterValue()
Gets the FilterValue value
public
getFilterValue() : string|null
Tags
Return values
string|null —getFilterValueField()
Returns the field "FilterSelection"
public
getFilterValueField() : string
Tags
Return values
string —setFilterId()
Sets the FilterId value
public
setFilterId(int $iId) : void
Parameters
- $iId : int
-
Filter id to be set
Tags
Return values
void —setFilterType()
Sets the FilterType value
public
setFilterType(int $iFilterType) : void
Parameters
- $iFilterType : int
-
Filter Type to be set
Tags
Return values
void —setFilterValue()
Sets the FilterValue value
public
setFilterValue(string|null $sFilterValue) : void
Parameters
- $sFilterValue : string|null
-
FilterValue to be set
Tags
Return values
void —store()
public
store() : false|int
