You are here

class XBBCodeRootElement in Extensible BBCode 8

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

Hierarchy

Expanded class hierarchy of XBBCodeRootElement

1 file declares its use of XBBCodeRootElement
XBBCodeFilter.php in lib/Drupal/xbbcode/XBBCodeFilter.php
Definition of Drupal\xbbcode\XBBCodeFilter.

File

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

Namespace

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

}

Members