Class QueryString
Representation of a query string.
- ICanBoogie\Facets\QueryString implements IteratorAggregate uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
before(
Returns the word before the specified query string word, if any. |
public
|
#
after(
Returns the word after the specified query string word, if any. |
protected
|
|
protected
|
|
protected
|
Properties summary
protected
|
$query_string
|
|
protected
|
$words
|
Magic properties
public read-only
|
$matched
Query string words for which a match was found. |
public read-only
|
$not_matched
Query string words for which no match was found. |
public read-only
|
$matches
Unique matches. |