This interface describes a search panel element.
addProperty(string $strProperty) : \ContaoCommunityAlliance\DcGeneral\Panel\SearchElementInterface
string
The property to allow to search on.
getPropertyNames() : string[]
string[]
getSelectedProperty() : string
string
getValue() : string
string
setSelectedProperty(string $strProperty) : \ContaoCommunityAlliance\DcGeneral\Panel\SearchElementInterface
string
The property to activate search on.
setValue(string $mixValue) : \ContaoCommunityAlliance\DcGeneral\Panel\SearchElementInterface
string
The value to search for.