You are here

class XBBCodeRootElement in Extensible BBCode 8.2

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

Hierarchy

Expanded class hierarchy of XBBCodeRootElement

1 file declares its use of XBBCodeRootElement
XBBCodeFilter.php in src/Plugin/Filter/XBBCodeFilter.php
Contains Drupal\xbbcode\Plugin\Filter\XBBCodeFilter.

File

src/XBBCodeRootElement.php, line 5

Namespace

Drupal\xbbcode
View source
class XBBCodeRootElement extends XBBCodeTagMatch {
  function __construct() {
    $this->offset = 0;
    $this->start = 0;
    $this->content = '';
  }

}

Members