26 if(isset(
$data[$name]))
28 $value =
$data[$name];
31 $value = array_sum(array_map(
34 return is_numeric($value) ? $value : 0;
36 array_column($value,
'value')
39 if (is_numeric($value))
41 $this->data[$name] += $value;
45 if(isset(
$data[
'currency']) && empty($this->data[
'currency']))
47 $this->data[
'currency'] =
$data[
'currency'];