ICanBoogie
  • Documentation
  • API Reference
  • Facets master
Namespaces
  • ICanBoogie
    • Facets
      • Criterion
      • CriterionValue
      • Fetcher
      • RecordCollection
Classes
  • CriterionList
  • CriterionNotDefined
  • CriterionValue
  • QueryString
  • QueryStringWord
  • RecordCollection
Interfaces
  • Criterion
  • Fetcher
Traits
  • CriterionTrait
  • FetcherTrait
  • ModelBindings

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 master – Check on GitHub – API documentation generated by ApiGen