changes = $changes; $this->id = $id; } public function changes(): int { return $this->changes; } public function lastId(): int { return $this->id; } // PHP iterator methods public function valid() { return false; } }