PHP Interface Flarum\Core\Search\GambitInterface

Mostra file Open project: flarum/core

Public Methods

Method Description
apply ( AbstractSearch $search, string $bit ) : boolean Apply conditions to the searcher for a bit of the search string.

Method Details

apply() public method

Apply conditions to the searcher for a bit of the search string.
public apply ( AbstractSearch $search, string $bit ) : boolean
$search AbstractSearch
$bit string The piece of the search string.
return boolean Whether or not the gambit was active for this bit.