Ejemplo n.º 1
0
 public function createValue($value, $form_attribute_id, $post_id)
 {
     $value = DB::expr('GeomFromText(:text)')->param(':text', $value);
     return parent::createValue($value, $form_attribute_id, $post_id);
 }
Ejemplo n.º 2
0
 public function createValue($value, $form_attribute_id, $post_id)
 {
     return parent::createValue($this->normalizeValue($value), $form_attribute_id, $post_id);
 }