AuthBucket\OAuth2\Model\ModelManagerFactoryInterface::getModelManager PHP Method

getModelManager() public method

Gets a stored model manager.
public getModelManager ( string $type ) : AuthBucket\OAuth2\Model\ModelManagerInterface
$type string Type of model manager
return AuthBucket\OAuth2\Model\ModelManagerInterface The stored model manager
    public function getModelManager($type);
ModelManagerFactoryInterface