PHP Interface Flarum\Core\Search\GambitInterface

Afficher le fichier Open project: flarum/core

Méthodes publiques

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

Method Details

apply() public méthode

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.
Résultat boolean Whether or not the gambit was active for this bit.