Find a word by its ID and return a REFERENCE to its TranslationWord object.
You can change Word object using the returned reference, be careful.
- Parameters:
-
| $id | The ID of the word to find in the internal array of Words. |
- Returns:
- Reference to a TranslationWord object, null if not found.
Definition at line 338 of file TranslationWordList.php.
Referenced by AddID(). |