fetchSnippet() protected method
Builds up the snippet value from the given query.
| protected string fetchSnippet ( $match, $options = [] ) | ||
|---|---|---|
| $match | string |
The full-text query to build snippets for. |
| $options | array |
List of options in format: optionName => optionValue |
| return | string |
Snippet value. |
Please login to continue.