Flarum\Core\Search\GambitInterface::apply PHP Method

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.
    public function apply(AbstractSearch $search, $bit);
GambitInterface