ProofState
in package
FinalYes
Spelling and Grammatical Checking State.
Tags
Table of Contents
Constants
Properties
Methods
- getGrammar() : string
- Get the Grammatical Checking State.
- getSpelling() : string
- Get the Spell Checking State.
- setGrammar() : self
- Set the Grammatical Checking State (dirty or clean).
- setSpelling() : self
- Set the Spell Checking State (dirty or clean).
Constants
CLEAN
Check Completed.
public
mixed
CLEAN
= 'clean'
DIRTY
Check Not Completed.
public
mixed
DIRTY
= 'dirty'
Properties
$grammar
Grammatical Checking State.
private
string
$grammar
$spelling
Spell Checking State.
private
string
$spelling
Methods
getGrammar()
Get the Grammatical Checking State.
public
getGrammar() : string
Return values
stringgetSpelling()
Get the Spell Checking State.
public
getSpelling() : string
Return values
stringsetGrammar()
Set the Grammatical Checking State (dirty or clean).
public
setGrammar(string $grammar) : self
Parameters
- $grammar : string
Return values
selfsetSpelling()
Set the Spell Checking State (dirty or clean).
public
setSpelling(string $spelling) : self
Parameters
- $spelling : string