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