Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Horde_Core_Factory_SpellChecker
PHP Class Horde_Core_Factory_SpellChecker, horde
Since:
2.1.0
Author:
Michael Slusarz (
[email protected]
)
Inheritance:
extends
Horde_Core_Factory_Base
Mostra file
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.