PHP 클래스 Horde_SpellChecker_Aspell, horde

저자: Chuck Hagenbuch ([email protected])
저자: Michael Slusarz ([email protected])
상속: extends Horde_SpellChecker
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( array $args = [] )
spellCheck ( $text )

보호된 메소드들

메소드 설명
_cmd ( ) : string Create the command line string.

메소드 상세

__construct() 공개 메소드

public __construct ( array $args = [] )
$args array Additional arguments: - path: (string) Path to the aspell binary.

_cmd() 보호된 메소드

Create the command line string.
protected _cmd ( ) : string
리턴 string The command to run.

spellCheck() 공개 메소드

public spellCheck ( $text )