Contentserv PHP API

CSFilterItem
in package

Tags

Table of Contents

create()  : CSFilterItem
Instantiate a new FilterItem
delete()  : mixed
API for the FilterItem Record delete() method
getFilterId()  : int
Get the ID of the Filter where this FilterItem is used
getFilterType()  : int
Get the FilterItem type
getFilterValue()  : string|null
Get the FilterItem selection
getID()  : int
Get the FilterItem ID
load()  : CSFilterItem
Instantiate an existing FilterItem
setFilterValue()  : mixed
Set the FilterItem value
setType()  : mixed
Set the FilterItem type
store()  : mixed
API for the FilterItem Record store() method

Methods

create()

Instantiate a new FilterItem

public static create(int $iFilterId, int $iFilterType) : CSFilterItem
Parameters
$iFilterId : int
$iFilterType : int
Tags
Return values
CSFilterItem

delete()

API for the FilterItem Record delete() method

public delete() : mixed
Tags
Return values
mixed

getFilterId()

Get the ID of the Filter where this FilterItem is used

public getFilterId() : int
Tags
Return values
int

getFilterType()

Get the FilterItem type

public getFilterType() : int
Tags
Return values
int

getFilterValue()

Get the FilterItem selection

public getFilterValue() : string|null
Tags
Return values
string|null

getID()

Get the FilterItem ID

public getID() : int
Tags
Return values
int

setFilterValue()

Set the FilterItem value

public setFilterValue(mixed $mFilterValue) : mixed
Parameters
$mFilterValue : mixed
Tags
Return values
mixed

setType()

Set the FilterItem type

public setType(int $iFilterType) : mixed
Parameters
$iFilterType : int
Tags
Return values
mixed

store()

API for the FilterItem Record store() method

public store() : mixed
Tags
throws
CSException
Return values
mixed

        

Search results