class ModelManagerFactory implements ModelManagerFactoryInterface

OAuth2 model manager factory in-memory implemention.

Properties

protected $managers

Methods

__construct(array $models = [])

No description

getModelManager(string $type)

Gets a stored model manager.

Details

at line 25
__construct(array $models = [])

Parameters

array $models

at line 41
ModelManagerInterface getModelManager(string $type)

Gets a stored model manager.

Parameters

string $type Type of model manager

Return Value

ModelManagerInterface The stored model manager