You are here

function XBBCodeTagMatch::append in Extensible BBCode 8

Same name and namespace in other branches
  1. 8.2 src/XBBCodeTagMatch.php \Drupal\xbbcode\XBBCodeTagMatch::append()

File

lib/Drupal/xbbcode/XBBCodeTagMatch.php, line 32

Class

XBBCodeTagMatch

Namespace

Drupal\xbbcode

Code

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