Provider

Interface used in DI containers like php-di to standardize factory pattern. Inspired by JSR-330 http://javax-inject.github.io/javax-inject/api/index.html.

Known implementers

SAREhub\Commons\Logger\EnvLoggingLevelProvider , SAREhub\Commons\Logger\StreamLoggerFactoryProvider , SAREhub\Commons\Misc\InvokableProvider

Methods Summary
public
# get( )
Can return any value to injection like instance of some class and return it or simple value.