![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Spellcheck text visitor interface to be used along with AfsSpellcheckBaseText or nie of its derived class. More...
Public Member Functions | |
visit_AfsSpellcheckText (AfsSpellcheckText $text) | |
Visit AfsSpellcheckText instance. | |
visit_AfsSpellcheckMatch (AfsSpellcheckMatch $text) | |
Visit AfsSpellcheckMatch instance. |
Spellcheck text visitor interface to be used along with AfsSpellcheckBaseText or nie of its derived class.
Implementations of this interface should return AfsRawAndFormattedText with valid HTML text set for formatted text.
visit_AfsSpellcheckMatch | ( | AfsSpellcheckMatch | $text | ) |
Visit AfsSpellcheckMatch instance.
$text | [in] visited instance. |
Implemented in AfsSpellcheckTextVisitor.
visit_AfsSpellcheckText | ( | AfsSpellcheckText | $text | ) |
Visit AfsSpellcheckText instance.
$text | [in] visited instance. |
Implemented in AfsSpellcheckTextVisitor.