/** * Query all modules. * * @return \GO\Base\Db\ActiveStatement */ public function getAll() { return $this->model->find(); }
protected function setStatement() { $stmt = $this->model->find($this->findParams); $this->store->setStatement($stmt); }