|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| & | checkWords ($lang, $words) |
| & | getSuggestions ($lang, $word) |
| & | _getPLink ($lang) |
Definition at line 10 of file PSpell.php.
| & _getPLink | ( | $ | lang | ) |
Opens a link for pspell.
Definition at line 46 of file PSpell.php.


| & checkWords | ( | $ | lang, |
| $ | words | ||
| ) |
Spellchecks an array of words.
| {String} | $lang Language code like sv or en. |
| {Array} | $words Array of words to spellcheck. |
Reimplemented from SpellChecker.
Definition at line 18 of file PSpell.php.

| & getSuggestions | ( | $ | lang, |
| $ | word | ||
| ) |
Returns suggestions of for a specific word.
| {String} | $lang Language code like sv or en. |
| {String} | $word Specific word to get suggestions for. |
Reimplemented from SpellChecker.
Definition at line 37 of file PSpell.php.
