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
AfsMatchText Class Reference

Implements match text. More...

Inheritance diagram for AfsMatchText:
AfsText

Public Member Functions

 __construct ($element)
 Construct match text instance.
- Public Member Functions inherited from AfsText
 get_text ()
 Retrieve text.
 accept (AfsTextVisitorInterface $visitor)
 Accept visitors.

Detailed Description

Implements match text.

Constructor & Destructor Documentation

__construct (   $element)

Construct match text instance.

Parameters
$element[in] a title or abstract element. This element is composed of AFS type (afs:t) 'KwicMatch' and the associated match text.

Reimplemented from AfsText.