From e1c587ba06d238b64c2c97a1e02a879067172530 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 2 Jul 2006 17:47:24 +0000 Subject: [PATCH] getSynonyms() --- includes/MagicWord.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/MagicWord.php b/includes/MagicWord.php index fdf8cdd60a..45945f6659 100644 --- a/includes/MagicWord.php +++ b/includes/MagicWord.php @@ -387,6 +387,10 @@ class MagicWord { return $this->mSynonyms[$i]; } + function getSynonyms() { + return $this->mSynonyms; + } + /** * Returns true if the last call to replace() or substituteCallback() * returned a modified text, otherwise false. -- 2.20.1