You are here

function XBBCodeRootElement::__construct in Extensible BBCode 8.2

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

Overrides XBBCodeTagMatch::__construct

File

src/XBBCodeRootElement.php, line 6

Class

XBBCodeRootElement

Namespace

Drupal\xbbcode

Code

function __construct() {
  $this->offset = 0;
  $this->start = 0;
  $this->content = '';
}