ICanBoogie
  • Documentation
  • API Reference
  • Facets v0.3.1
Namespaces
  • ICanBoogie
    • Facets
      • RecordCollection
Classes
  • BooleanCriterion
  • Criterion
  • CriterionList
  • CriterionNotDefined
  • CriterionValue
  • Fetcher
  • IntervalCriterionValue
  • QueryString
  • QueryStringWord
  • RecordCollection
  • SetCriterionValue
Interfaces
  • CriterionInterface
  • FetcherInterface
Traits
  • CriterionTrait
  • FetcherTrait
  • HumanizePairsTrait
  • ParseQueryStringTrait

Class QueryStringWord

Representation of a query string word.

ICanBoogie\Facets\QueryStringWord uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Facets
Located at QueryStringWord.php

Methods summary

protected get_normalized( void )
protected get_previous( void ) : ICanBoogie\Facets\QueryStringWord|null

Returns

ICanBoogie\Facets\QueryStringWord|null
protected get_next( void ) : ICanBoogie\Facets\QueryStringWord|null

Returns

ICanBoogie\Facets\QueryStringWord|null
public __construct( $word, ICanBoogie\Facets\QueryString $q )
public __toString( void ) : string

Returns the query string word.

Returns the query string word.

Returns

string

Properties summary

public $match : array
[]
protected $word : string

		
protected $normalized : string

Normalized ICanBoogie\Facets\QueryStringWord::$word.

Normalized ICanBoogie\Facets\QueryStringWord::$word.


		
protected $q

		

Magic properties

public read-only $normalized : string

The normalized word.

public read-only $previous : ICanBoogie\Facets\QueryStringWord|null

Previous query string word, if any.

public read-only $next : ICanBoogie\Facets\QueryStringWord|null

Next query string word, if any.

Facets v0.3.1 – Check on GitHub – API documentation generated by ApiGen