You are here

protected property NodeElement::$children in Extensible BBCode 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Parser/Tree/NodeElement.php \Drupal\xbbcode\Parser\Tree\NodeElement::children

The children of this node.

Type: \Drupal\xbbcode\Parser\Tree\ElementInterface[]

File

src/Parser/Tree/NodeElement.php, line 15

Class

NodeElement
A node element contains other elements.

Namespace

Drupal\xbbcode\Parser\Tree

Code

protected $children = [];