/** * process hook . it simply calls the sub elements process * @param array $values value to set */ public function process($values) { $this->latitude->process($values[$this->get_name() . '_latitude']); $this->longitude->process($values[$this->get_name() . '_longitude']); }