Ejemplo n.º 1
0
Archivo: Feed.php Proyecto: Tawreh/mtg
 /**
  * {@inheritdoc}
  */
 public function setConfigurationFor(FeedsPluginInterface $client, array $configuration)
 {
     $type = $client->pluginType();
     $this->get('config')->{$type} = array_intersect_key($configuration, $client->sourceDefaults()) + $client->sourceDefaults();
 }