示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Get the fetch mode.
  *
  * @return int
  */
 public function getFetchMode()
 {
     return $this->_adapter->getFetchMode();
 }