You are here

protected property NodeElement::$output 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::output

The rendered children of this node.

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

File

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

Class

NodeElement
A node element contains other elements.

Namespace

Drupal\xbbcode\Parser\Tree

Code

protected $output;