text = json_encode($data); $this->save(); } public function getAll(): array { return $this->find(); } }