예제 #1
0
파일: Resource.php 프로젝트: horde/horde
 /**
  * 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);
 }