lifetime; } public function getKey($id = null) { return 'max_comment_id'; } public function getContent($id = null) { $comment = CommentModel::findFirst(['order' => 'id DESC']); return $comment->id ?? 0; } }