Class php_pspell

Description

PHP Pspell class

Located in /plugins/squirrelspell/class/php_pspell.php (line 16)

squirrelspell
   |
   --php_pspell
Variable Summary
mixed $charset
mixed $dict
string $error
mixed $jargon
mixed $mode
mixed $subdict
mixed $userdic
Method Summary
php_pspell php_pspell ([array $aParams = array()])
array check_text ( $sText)
void check_word ( $sWord)
void suggest ( $sWord)
Variables
mixed $charset = 'utf-8' (line 21)
mixed $dict = 'en' (line 18)
mixed $dictionary_link = null (line 36)
string $error = '' (line 33)

Error buffer


Redefinition of:
squirrelspell::$error
mixed $jargon = '' (line 20)
mixed $missed_words = array() (line 27)
mixed $mode = null (line 22)
mixed $subdict = '' (line 19)
mixed $userdic = array() (line 23)
Methods
Constructor php_pspell (line 42)

Constructor function

php_pspell php_pspell ([array $aParams = array()])
  • array $aParams
check_text (line 83)

Check block of text

array check_text ( $sText)
  • $sText

Redefinition of:
squirrelspell::check_text()
check_word (line 69)
void check_word ( $sWord)
  • $sWord
suggest (line 73)
void suggest ( $sWord)
  • $sWord

Inherited Methods

Inherited From squirrelspell

squirrelspell::check_text()
squirrelspell::set_error()

Documentation generated on Mon, 13 Jan 2020 04:23:21 +0100 by phpDocumentor 1.4.3