PHP Интерфейс Flarum\Core\Search\GambitInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
apply ( AbstractSearch $search, string $bit ) : boolean Apply conditions to the searcher for a bit of the search string.

Описание методов

apply() публичный Метод

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.
Результат boolean Whether or not the gambit was active for this bit.