You are here

function XBBCodeRootElement::__construct in Extensible BBCode 8

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

Overrides XBBCodeTagMatch::__construct

File

lib/Drupal/xbbcode/XBBCodeRootElement.php, line 6

Class

XBBCodeRootElement

Namespace

Drupal\xbbcode

Code

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