ICanBoogie/Facets 0.4.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Facets
      • RecordCollection

Classes

  • BooleanCriterion
  • Criterion
  • CriterionList
  • CriterionNotDefined
  • CriterionValue
  • Fetcher
  • IntervalCriterionValue
  • QueryString
  • QueryStringWord
  • RecordCollection
  • SetCriterionValue

Interfaces

  • CriterionInterface
  • FetcherInterface

Traits

  • CriterionTrait
  • FetcherTrait
  • HumanizePairsTrait
  • ModelBindings
  • 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( )
protected ICanBoogie\Facets\QueryStringWord|null
# get_previous( )

Returns

ICanBoogie\Facets\QueryStringWord|null
protected ICanBoogie\Facets\QueryStringWord|null
# get_next( )

Returns

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

Returns the query string word.

Returns the query string word.

Returns

string

Properties summary

public array $match
# []
protected string $word
#
protected string $normalized

Normalized ICanBoogie\Facets\QueryStringWord::$word.

Normalized ICanBoogie\Facets\QueryStringWord::$word.

#
protected $q
#

Magic properties

public read-only string $normalized

The normalized word.

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

Previous query string word, if any.

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

Next query string word, if any.

ICanBoogie/Facets 0.4.x API documentation generated by ApiGen