PHP Class Horde_Core_Factory_SpellChecker, horde

Since: 2.1.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
create ( array $args = [], string $input = null ) : Horde_SpellChecker Returns the spellchecker instance.

Method Details

create() public méthode

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.
Résultat Horde_SpellChecker The spellchecker instance.