PHP Pinq\Providers Namespace

Nested Namespaces

Pinq\Providers\Collection
Pinq\Providers\Configuration
Pinq\Providers\DSL
Pinq\Providers\Traversable
Pinq\Providers\Utilities

Interfaces

Name Description
IQueryProvider The query provider is used to by the IQueryable as the data source in which the query requests are all loaded from
IRepositoryProvider The query provider is used to by the IRepository as the data source in which the query requests are all loaded from and all operation query are executed against.

Classes

Name Description
ProviderBase Base class for a query / repository provider.
QueryProvider Base class for the query provider.
RepositoryProvider Base class for the repository provider.