You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Api/Model/Languageforge/Lexicon/LexCommentFieldReference.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
7
7
class LexCommentFieldReference extends ObjectForEncoding
8
8
{
9
-
/** @var string */
9
+
/** @var string - the field name e.g. "lexeme" */
10
10
public$field;
11
11
12
-
/** @var string */
12
+
/** @var string - the field name for display e.g. "Word" */
13
13
public$fieldNameForDisplay;
14
14
15
15
/** @var string */
@@ -21,9 +21,11 @@ class LexCommentFieldReference extends ObjectForEncoding
21
21
/** @var string */
22
22
public$inputSystemAbbreviation;
23
23
24
-
/** @var string */
24
+
// The EntryContext and SenseContext are strings storing the value of the effective "word" (the entry context) and "meaning" (the sense context) at the time the comment was made
25
+
26
+
/** @var string - the "Word" value of the entry at comment time */
25
27
public$word;
26
28
27
-
/** @var string */
29
+
/** @var string - the "Meaning" value of the entry at comment time */
0 commit comments