PHP Class Horde_SpellChecker_Aspell, horde

Author: Chuck Hagenbuch ([email protected])
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_SpellChecker
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( array $args = [] )
spellCheck ( $text )

Méthodes protégées

Méthode Description
_cmd ( ) : string Create the command line string.

Method Details

__construct() public méthode

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

_cmd() protected méthode

Create the command line string.
protected _cmd ( ) : string
Résultat string The command to run.

spellCheck() public méthode

public spellCheck ( $text )