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