Class GoogleSpell

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/GoogleSpell.php (line 9)

SpellChecker
   |
   --GoogleSpell
Method Summary
 {Array} &checkWords ({String} $lang, {Array} $words)
 {Array} &getSuggestions ({String} $lang, {String} $word)
 void &_getMatches ( $lang,  $str)
 void _unhtmlentities ( $string)
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 35)

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.
_getMatches (line 52)
void &_getMatches ( $lang,  $str)
  • $lang
  • $str
_unhtmlentities (line 107)
void _unhtmlentities ( $string)
  • $string

Inherited Methods

Inherited From SpellChecker

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

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