-
In the default HTML template file Where are they defined ? |
Beta Was this translation helpful? Give feedback.
Answered by
tian-yan
Sep 3, 2021
Replies: 1 comment
-
It seems that they were not mentioned in official document, but I finally found in source code that they were defined in an Abstract Class (
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tian-yan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that they were not mentioned in official document, but I finally found in source code that they were defined in an Abstract Class (
CommentAbstractModel
) from which classComment
was subclassed.