Namespace ICanBoogie\Facets
Namespaces summary
ICanBoogie\Facets\Criterion |
ICanBoogie\Facets\CriterionValue |
ICanBoogie\Facets\Fetcher |
ICanBoogie\Facets\RecordCollection |
Classes summary
CriterionList | A list of criteria. |
CriterionNotDefined | Exception thrown in attempt to use a criterion that is not defined. |
CriterionValue | Representation of a generic criterion value. |
QueryString | Representation of a query string. |
QueryStringWord | Representation of a query string word. |
RecordCollection | A collection of records fetched by a ICanBoogie\Facets\Fetcher\BasicFetcher instance. |
Interfaces summary
Criterion | An interface common to Criteria. |
Fetcher | Interface for an active record fetcher that supports external conditions. |
Traits summary
CriterionTrait | Trait for a generic criterion. |
FetcherTrait | Traits for an active record fetcher class. |
ModelBindings | ActiveRecord\Model prototype bindings. |