Esempio n. 1
0
 /**
  * preprocess hook . it simply calls the sub elements preprocess
  * @param  string $process_type preprocess type
  */
 public function preprocess($process_type = "preprocess")
 {
     $this->latitude->preprocess($process_type);
     $this->longitude->preprocess($process_type);
 }