![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Filters node and returns three dots. More...
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. | |
Filters node and returns three dots.
| __construct | ( | $local_name, | |
$ns_uri = null |
|||
| ) |
Construct new instance.
| $local_name | [in] DOMElement local name. |
| $ns_uri | [in] namespace URI of the DOMElement (default: null). |
Reimplemented from FilterNode.
|
final |
1.8.1.2