PHP Class Search\Model\Filter\Value

Inheritance: extends Base
Show file Open project: friendsofcake/search

Protected Properties

Property Type Description
$_defaultConfig array Default configuration.

Public Methods

Method Description
process ( ) : void Process a value condition ($x == $y).

Method Details

process() public method

Process a value condition ($x == $y).
public process ( ) : void
return void

Property Details

$_defaultConfig protected property

Default configuration.
protected array $_defaultConfig
return array