PHP 인터페이스 Flarum\Core\Search\GambitInterface

파일 보기 프로젝트 열기: flarum/core

공개 메소드들

메소드 설명
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.