mini\Parsing\TextNode final class

Documentation

TextNode

Represents a contiguous span of plain text.

Inheritance

Implements: mini\Parsing\Node Stringable

Properties (1)

public readonly string $text

Methods (3)

Documentation missing

Return the raw text content.

Text nodes have no children.

Source

src/Parsing/GenericParser.php:321-348