type = Service::TYPE_HTTP; foreach ([ DatabasesRegistry::class, CollectionsRegistry::class, TablesRegistry::class, ] as $registrar) { new $registrar($this); } } }