Ejemplo n.º 1
0
 /**
  * @param int $mode
  */
 public function fetch($mode = null)
 {
     return $this->adapter->fetch($this->result, $mode);
 }