示例#1
0
 /**
  * Get charset currently in use by this adapter.
  *
  * @return CharsetInterface $charset
  */
 public function getCharset()
 {
     return $this->adapter->getCharset();
 }