PHP Класс Horde_Core_Factory_SpellChecker, horde

С версии: 2.1.0
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Factory_Base
Показать файл Открыть проект

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

Метод Описание
create ( array $args = [], string $input = null ) : Horde_SpellChecker Returns the spellchecker instance.

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

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

Returns the spellchecker instance.
public create ( array $args = [], string $input = null ) : Horde_SpellChecker
$args array Configuration arguments to override the defaults.
$input string Input text. If set, allows language detection if not automatically set.
Результат Horde_SpellChecker The spellchecker instance.