Moodle  2.2.1
http://www.collinsharper.com
PSpell Class Reference
Inheritance diagram for PSpell:
Collaboration diagram for PSpell:

Public Member Functions

checkWords ($lang, $words)
getSuggestions ($lang, $word)
_getPLink ($lang)

Detailed Description

Definition at line 10 of file PSpell.php.


Member Function Documentation

& _getPLink ( lang)

Opens a link for pspell.

Definition at line 46 of file PSpell.php.

Here is the call graph for this function:

Here is the caller graph for this function:

& checkWords ( lang,
words 
)

Spellchecks an array of words.

Parameters:
{String}$lang Language code like sv or en.
{Array}$words Array of words to spellcheck.
Returns:
{Array} Array of misspelled words.

Reimplemented from SpellChecker.

Definition at line 18 of file PSpell.php.

Here is the call graph for this function:

& 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.
Returns:
{Array} Array of suggestions for the specified word.

Reimplemented from SpellChecker.

Definition at line 37 of file PSpell.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations