Add a word by it's actual text to our internal Word list.
Adds a word which will not have ID, just text. If the word already exist in this object, the number of occurences will be increased by $count.
- Parameters:
-
| $word | The text of the word. |
| $count | Occurences of the word in the current context, defaults to 1. |
- Returns:
- Nothing.
Definition at line 160 of file TranslationWordList.php.
References FindByName().
Referenced by SplitToWords(). |