Ejemplo n.º 1
0
 /**
  * Converts a value from the default charset to the driver's
  * charset.
  *
  * @param mixed $value  A value to convert.
  *
  * @return mixed  The converted value.
  */
 public function convertToDriver($value)
 {
     return $this->_driver->convertToDriver($value);
 }