Example #1
0
 /**
  * Wrapper for the db.
  *
  * @param string $string
  * @return string
  */
 public function exportString($string)
 {
     return $this->db->exportString($string);
 }