Exemple #1
0
 /**
  * Zumba\Swivel\Manager.
  *
  * @param ConfigInterface $config
  */
 public function __construct(ConfigInterface $config)
 {
     $this->setLogger($config->getLogger());
     $this->setBucket($config->getBucket());
     if ($metrics = $config->getMetrics()) {
         $this->setMetrics($metrics);
     }
     $this->logger->debug('Swivel - Manager created.');
 }