Provider
Table of Contents
Interfaces
- ProviderInterface
- An API "provider" provides a means to execute API requests.
Classes
- AdhocProvider
- An adhoc provider is useful for creating mock API implementations.
- MagicFunctionProvider
- This class manages the loading of API's using strict file+function naming
conventions.
- ReflectionProvider
- This class defines operations for inspecting the API's metadata.
- StaticProvider
- A static provider is useful for creating mock API implementations which
manages records in-memory.
- WrappingProvider
- A wrapping provider overrides an existing API. It has discretion to pass-through
to the original API (0 or many times) or to substitute with entirely different
behavior.