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

Public Member Functions

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

Detailed Description

Definition at line 10 of file PSpellShell.php.


Member Function Documentation

_getCMD ( lang)

Definition at line 103 of file PSpellShell.php.

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 PSpellShell.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 60 of file PSpellShell.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