public function getBody() { if (!$this->mQueryDone) { $this->doQuery(); } $this->mResult->rewind(); return parent::getBody(); }