Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Member Functions | List of all members
AfsSpellcheckTextVisitor Class Reference

Default implementation for spellcheck text visitor. More...

Inheritance diagram for AfsSpellcheckTextVisitor:
AfsSpellcheckTextVisitorInterface

Public Member Functions

 visit_AfsSpellcheckText (AfsSpellcheckText $spellcheck_text)
 Visit AfsSpellcheckText instance.
 visit_AfsSpellcheckMatch (AfsSpellcheckMatch $spellcheck_text)
 Visit AfsSpellcheckMatch instance.

Detailed Description

Default implementation for spellcheck text visitor.

Member Function Documentation

visit_AfsSpellcheckMatch ( AfsSpellcheckMatch  $spellcheck_text)

Visit AfsSpellcheckMatch instance.

Parameters
$spellcheck_text[in] visited instance.
Returns
AfsRawAndFormattedText object initialized with AfsSpellcheckMatch instance.

Implements AfsSpellcheckTextVisitorInterface.

visit_AfsSpellcheckText ( AfsSpellcheckText  $spellcheck_text)

Visit AfsSpellcheckText instance.

Parameters
$spellcheck_text[in] visited instance.
Returns
AfsRawAndFormattedText object initialized with AfsSpellcheckText instance.

Implements AfsSpellcheckTextVisitorInterface.