Wrapper to set a value on a field
public function setting($key, $value) { $this->settings[$key] = $value; }