PHP Class Horde_SpellChecker_Aspell, horde

Author: Chuck Hagenbuch ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_SpellChecker
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
__construct ( array $args = [] )
spellCheck ( $text )

Protected Methods

Method Description
_cmd ( ) : string Create the command line string.

Method Details

__construct() public method

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

_cmd() protected method

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

spellCheck() public method

public spellCheck ( $text )