interface ModelManagerFactoryInterface

OAuth2 model manager factory interface.

Methods

getModelManager(string $type)

Gets a stored model manager.

Details

at line 30
ModelManagerInterface getModelManager(string $type)

Gets a stored model manager.

Parameters

string $type Type of model manager

Return Value

ModelManagerInterface The stored model manager