PHP 클래스 Horde_Core_Factory_SpellChecker, horde

부터: 2.1.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Factory_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.