Class QueryString
Representation of a query string.
-
ICanBoogie\Facets\QueryString
implements
IteratorAggregate
uses
ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public
__construct( $query_string
)
public
__toString( void )
public
getIterator( void )
Implementation of
IteratorAggregate::getIterator()
public
search( string $phrase
)
: ICanBoogie\Facets\QueryStringWord[]
|null
Search the phrase in the query string.
Search the phrase in the query string.
Parameters
Returns
protected
get_matched( void )
: ICanBoogie\Facets\QueryStringWord[]
Returns the query string words that have a match.
Returns the query string words that have a match.
Returns
protected
get_not_matched( void )
: ICanBoogie\Facets\QueryStringWord[]
Returns the query string words that have no match.
Returns the query string words that have no match.
Returns
protected
get_matches( void )
: ICanBoogie\Facets\QueryStringWord[]
Returns the query string words that have a match.
Returns the query string words that have a match.
Returns
Properties summary
Magic properties