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

Filters node and returns three dots. More...

Inheritance diagram for TruncatedFilterNode:
FilterNode

Public Member Functions

 __construct ($local_name, $ns_uri=null)
 Construct new instance.
 format_text ($text)
 Replace tag by three dots.
- Public Member Functions inherited from FilterNode
 get_id ()
 Retrieves filter identifier.
 match ($node)
 Checks whether provided node should treated by this filter.

Detailed Description

Filters node and returns three dots.

Constructor & Destructor Documentation

__construct (   $local_name,
  $ns_uri = null 
)

Construct new instance.

Parameters
$local_name[in] DOMElement local name.
$ns_uri[in] namespace URI of the DOMElement (default: null).

Reimplemented from FilterNode.

Member Function Documentation

format_text (   $text)
final

Replace tag by three dots.

Parameters
$text[in] ignored
Returns
...

Reimplemented from FilterNode.