PHP Class Horde_Core_Factory_SpellChecker, horde

Since: 2.1.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

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

Method Details

create() public method

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.
return Horde_SpellChecker The spellchecker instance.