![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Text visitor interface to be used along with AfsText or one of its derived class. More...
Public Member Functions | |
visit_AfsStringText (AfsStringText $afs_text) | |
Visit AfsStringText instance. | |
visit_AfsMatchText (AfsMatchText $afs_text) | |
Visit AfsMatchText instance. | |
visit_AfsTruncateText (AfsTruncateText $afs_text) | |
Visit AfsTruncateText instance. |
Text visitor interface to be used along with AfsText or one of its derived class.
Implementations of this interface should return valid HTML content for each visited AfsText instance.
Example of implementation is provided by AfsTextVisitor.
visit_AfsMatchText | ( | AfsMatchText | $afs_text | ) |
Visit AfsMatchText instance.
$afs_text | [in] visited instance. |
Implemented in AfsTextVisitor, and AfsRawTextVisitor.
visit_AfsStringText | ( | AfsStringText | $afs_text | ) |
Visit AfsStringText instance.
$afs_text | [in] visited instance. |
Implemented in AfsTextVisitor, and AfsRawTextVisitor.
visit_AfsTruncateText | ( | AfsTruncateText | $afs_text | ) |
Visit AfsTruncateText instance.
$afs_text | [in] visited instance. |
Implemented in AfsTextVisitor, and AfsRawTextVisitor.