configuration = $config; } /** * connection using the injected config */ public function connect() { $host = $this->configuration->getHost(); // ... } }