_hydrator = $hydrator; } /** * Gets the next set of results. * * @return array */ public function next() { return $this->_hydrator->hydrateRow(); } }