Ejemplo n.º 1
0
 /**
  * Get the fetch mode.
  *
  * @return int
  */
 public function getFetchMode()
 {
     return $this->_adapter->getFetchMode();
 }