AuthBucket\OAuth2\Model\ModelManagerFactoryInterface::getModelManager PHP Метод

getModelManager() публичный Метод

Gets a stored model manager.
public getModelManager ( string $type ) : AuthBucket\OAuth2\Model\ModelManagerInterface
$type string Type of model manager
Результат AuthBucket\OAuth2\Model\ModelManagerInterface The stored model manager
    public function getModelManager($type);
ModelManagerFactoryInterface