Ejemplo n.º 1
0
 /**
  * Provides a unique placeholders for handlers.
  *
  * @return string
  *   A placeholder which contains the table and the fieldname.
  */
 protected function placeholder()
 {
     return $this->query->placeholder($this->table . '_' . $this->field);
 }