You are here

function XBBCodeTagMatch::append in Extensible BBCode 8.2

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

File

src/XBBCodeTagMatch.php, line 32

Class

XBBCodeTagMatch

Namespace

Drupal\xbbcode

Code

function append(XBBCodeTagMatch $tag, $offset) {
  $this->content[] = $tag;
  $this->offset = $offset;
}