getData(); foreach ($newData as $key => $value) { if (is_numeric($value)) { $this->setData($key, $this->_getData($key)+$value); } } return $this; } }