You are here

function XBBCodeTagMatch::break_tag in Extensible BBCode 7

File

./xbbcode.filter.inc, line 181
The filtering class. This will be instanced for each filter, and then called to process a piece of text.

Class

XBBCodeTagMatch

Code

function break_tag($tag) {
  $this->content .= $tag->element . $tag->content;
  $this->offset = $tag->offset;
}