Exemple #1
0
 protected function setPackageKeywords(Interfaces\Package $package, array $config)
 {
     if ($this->isValid($config, 'keywords', 'array')) {
         $package->setKeywords($config['keywords']);
     }
 }