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


Public Member Functions | |
| & | checkWords ($lang, $words) |
| & | getSuggestions ($lang, $word) |
| _getCMD ($lang) | |
Definition at line 10 of file PSpellShell.php.
| _getCMD | ( | $ | lang | ) |
| & 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 PSpellShell.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 60 of file PSpellShell.php.
