providers[$provider->getKey()] = $provider; return $this; } /** * Get all providers * * @return array */ public function getProviders(): array { return $this->providers; } /** * Get a list of types * * @return string[] */ public function getTypes(): array { return \array_keys($this->providers); } }