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

Implements string text. More...

Inheritance diagram for AfsStringText:
AfsText

Public Member Functions

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

Detailed Description

Implements string text.

Constructor & Destructor Documentation

__construct (   $element)

Construct string text instance.

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

Reimplemented from AfsText.