This interface describes a filter panel element.

 Methods

Retrieve the property name to filter on.

getPropertyName() : string

Returns

string

Retrieve the value to filter for.

getValue() : mixed

Returns

mixed

Set the property name to filter on.

setPropertyName(string $strProperty) : \ContaoCommunityAlliance\DcGeneral\Panel\FilterElementInterface

Parameters

$strProperty

string

The property to filter on.

Returns

Set the value to filter for.

setValue(mixed $mixValue) : \ContaoCommunityAlliance\DcGeneral\Panel\FilterElementInterface

Parameters

$mixValue

mixed

The value to filter for.

Returns