You are here

function XBBCodeTagMatch::append in Extensible BBCode 7

File

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

Class

XBBCodeTagMatch

Code

function append($text, $offset) {
  $this->content .= $text;
  $this->offset = $offset;
}