res = $res; $this->fetchStyle = $fetchStyle; } /** * @see Cursor::getNextItem */ public function getNextItem() { return $this->res->fetch(); } /** * @see Cursor::close */ public function close() { $this->res->closeCursor(); } }