Ejemplo n.º 1
0
 public function update(Setting $setting)
 {
     $this->setName($setting->getName());
     $this->setValue($setting->getValue());
 }