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
array
|
|
protected
array
|
|
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
array
|
$matches
Unique matches. |
public read-only
array
|
$conditions
An array of conditions suitable for Criterion::alter_query_with_conditions. |
public read-only
string
|
$remains
What remains of the query string after removing matched words. |