|
|
& | _getPLink ($lang) |
| | Opens a link for pspell.
|
| |
| & | checkWords ($lang, $words) |
| | Spellchecks an array of words.
|
| |
| & | getSuggestions ($lang, $word) |
| | Returns suggestions of for a specific word.
|
| |
| & | loopback () |
| | Simple loopback function everything that gets in will be send back.
|
| |
| | SpellChecker (&$config) |
| | Old syntax of class constructor.
|
| |
| | throwError ($str) |
| | Throws an error message back to the user.
|
| |
◆ checkWords()
| & PSpell::checkWords |
( |
| $lang, |
|
|
| $words ) |
Spellchecks an array of words.
- Parameters
-
| {String} | $lang Language code like sv or en. |
| {Array} | $words Array of words to spellcheck. |
- Return values
-
| {Array} | Array of misspelled words. |
Reimplemented from SpellChecker.
◆ getSuggestions()
| & PSpell::getSuggestions |
( |
| $lang, |
|
|
| $word ) |
Returns suggestions of for a specific word.
- Parameters
-
| {String} | $lang Language code like sv or en. |
| {String} | $word Specific word to get suggestions for. |
- Return values
-
| {Array} | Array of suggestions for the specified word. |
Reimplemented from SpellChecker.
◆ loopback()
| & SpellChecker::loopback |
( |
| ) |
|
|
inherited |
Simple loopback function everything that gets in will be send back.
- Parameters
-
- Return values
-
| {Array} | Array of all input arguments. |
◆ SpellChecker()
| SpellChecker::SpellChecker |
( |
& | $config | ) |
|
|
inherited |
◆ throwError()
| SpellChecker::throwError |
( |
| $str | ) |
|
|
inherited |
Throws an error message back to the user.
This will stop all execution.
- Parameters
-
| {String} | $str Message to send back to user. |
The documentation for this class was generated from the following file:
- lib/editor/tinymce/plugins/spellchecker/classes/PSpell.php