Adds the new words from the internal $this->allWords array to the word index table
Newly inserted words will get an index in the $this->allWords array, already existing words get their old ID from the table into the same array.
- Returns:
- Nothing.
Definition at line 450 of file TranslationWordList.php.
References $WordsCache, fixstr(), and SetIDByName().
Referenced by SplitToWords(). |