![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Filter node and retrieve text node content between bold HTML tags. More...
Public Member Functions | |
__construct ($local_name, $ns_uri=null) | |
Construct new instance. | |
format_text ($text) | |
Embrase text node content between bold HTML tags. | |
![]() | |
get_id () | |
Retrieves filter identifier. | |
match ($node) | |
Checks whether provided node should treated by this filter. |
Filter node and retrieve text node content between bold HTML tags.
__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 |
Embrase text node content between bold HTML tags.
$text | [in] text node content. |
'<b>' . $text . '</b>'
Reimplemented from FilterNode.