You are here

private property TagElement::$parent in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Parser/Tree/TagElement.php \Drupal\xbbcode\Parser\Tree\TagElement::parent

The tag's parent element.

Type: \Drupal\xbbcode\Parser\Tree\NodeElementInterface

File

src/Parser/Tree/TagElement.php, line 61

Class

TagElement
A BBCode tag element.

Namespace

Drupal\xbbcode\Parser\Tree

Code

private $parent;