PHP Класс Phergie_Plugin_SpellCheck, phergie

Автор: Phergie Development Team ([email protected])
Наследование: extends Phergie_Plugin_Abstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$limit integer Limit on the number of potential correct spellings returned
$pspell resource Spell check dictionary handler

Открытые методы

Метод Описание
onCommandSpell ( string $word ) : void Intercepts and handles requests for spell checks.
onLoad ( ) : void Check for dependencies.

Защищенные методы

Метод Описание
loadDictionaryError ( integer $errno, string $errstr, string $errfile, integer $errline ) : void Handle any errors from loading dictionary

Описание методов

loadDictionaryError() защищенный Метод

Handle any errors from loading dictionary
protected loadDictionaryError ( integer $errno, string $errstr, string $errfile, integer $errline ) : void
$errno integer Error code
$errstr string Error message
$errfile string File that errored
$errline integer Line where the error happened
Результат void

onCommandSpell() публичный Метод

Intercepts and handles requests for spell checks.
public onCommandSpell ( string $word ) : void
$word string the string to perform checks against
Результат void

onLoad() публичный Метод

Check for dependencies.
public onLoad ( ) : void
Результат void

Описание свойств

$limit защищенное свойство

Limit on the number of potential correct spellings returned
protected int $limit
Результат integer

$pspell защищенное свойство

Spell check dictionary handler
protected resource $pspell
Результат resource