Class PSpell

Description

$Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $

  • author: Moxiecode
  • copyright: Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.

Located in /wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php (line 9)

SpellChecker
   |
   --PSpell
Method Summary
 {Array} &checkWords ({String} $lang, {Array} $words)
 {Array} &getSuggestions ({String} $lang, {String} $word)
 void &_getPLink ( $lang)
Methods
checkWords (line 17)

Spellchecks an array of words.

  • return: Array of misspelled words.
{Array} &checkWords ({String} $lang, {Array} $words)
  • {String} $lang: Language code like sv or en.
  • {Array} $words: Array of words to spellcheck.

Redefinition of:
SpellChecker::checkWords()
Spellchecks an array of words.
getSuggestions (line 36)

Returns suggestions of for a specific word.

  • return: Array of suggestions for the specified word.
{Array} &getSuggestions ({String} $lang, {String} $word)
  • {String} $lang: Language code like sv or en.
  • {String} $word: Specific word to get suggestions for.

Redefinition of:
SpellChecker::getSuggestions()
Returns suggestions of for a specific word.
_getPLink (line 48)

Opens a link for pspell.

void &_getPLink ( $lang)
  • $lang

Inherited Methods

Inherited From SpellChecker

 SpellChecker::SpellChecker()
 SpellChecker::checkWords()
 SpellChecker::getSuggestions()
 SpellChecker::loopback()
 SpellChecker::throwError()

Documentation generated on Fri, 12 Sep 2008 21:09:16 -0400 by phpDocumentor 1.4.1