PHP Class Search\Model\Filter\Finder

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

Public Methods

Method Description
finder ( ) : string Returns the finder method to use.
process ( ) : void Add a condition based on a custom finder.

Method Details

finder() public method

Returns the finder method to use.
public finder ( ) : string
return string

process() public method

Add a condition based on a custom finder.
public process ( ) : void
return void