id = $row['id']; $model->nombre = $row['nombre']; return $model; } public function save(Model $model): bool { // TODO: Implement save() method. } }