class GambitManager
Properties
protected array | $gambits | |||
protected GambitInterface | $fulltextGambit |
Methods
Details
at
line 29
__construct(GambitInterface $fulltextGambit)
at
line 39
add(GambitInterface $gambit)
<p>Add a gambit.</p>
at
line 50
apply(SearchState $search, string $query)
<p>Apply gambits to a search, given a search query.</p>
at
line 65
protected array
explode(string $query)
<p>Explode a search query into an array of bits.</p>