Class: EnchantSpell
Source Location: /blogs/plugins/tinymce_plugin/tiny_mce/plugins/spellchecker/classes/EnchantSpell.php
Class EnchantSpell
Class Overview
|
$Id: EnchantSpell.php,v 1.1 2009/08/07 01:59:36 sam2kb Exp $ This class was contributed by Michel Weimerskirch. Located in /blogs/plugins/tinymce_plugin/tiny_mce/plugins/spellchecker/classes/EnchantSpell.php [line 11] SpellChecker | --EnchantSpellAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From SpellChecker
|
[ Top ]
Method Summary
| Array | &checkWords() | Spellchecks an array of words. |
| Array | &getSuggestions() | Returns suggestions for a specific word. |
[ Top ]
Methods
checkWords [line 19]
|
Spellchecks an array of words.
Parameters:| String | $lang: | Selected language code (like en_US or de_DE). Shortcodes like "en" and "de" work with enchant >= 1.4.1 |
| Array | $words: | Array of words to check. |
API Tags:
| Return: | of misspelled words. |
Redefinition of:
- SpellChecker::checkWords()
- Spellchecks an array of words.
[ Top ]
getSuggestions [line 48]
|
Returns suggestions for a specific word.
Parameters:| String | $lang: | Selected language code (like en_US or de_DE). Shortcodes like "en" and "de" work with enchant >= 1.4.1 |
| String | $word: | Specific word to get suggestions for. |
API Tags:
| Return: | of suggestions for the specified word. |
Redefinition of:
- SpellChecker::getSuggestions()
- Returns suggestions of for a specific word.
[ Top ]
