getSynonyms()
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 2 Jul 2006 17:47:24 +0000 (17:47 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 2 Jul 2006 17:47:24 +0000 (17:47 +0000)
includes/MagicWord.php

index fdf8cdd..45945f6 100644 (file)
@@ -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.