class HtmlNode

HTML element node.

Properties

string $name
bool $empty
deprecated $isEmpty
array $attrs
array $macroAttrs
bool $closing
HtmlNode $parentNode
string $attrCode
int $startLine
int $endLine
string $innerMarker

Methods

__construct($name, HtmlNode $parentNode = null)

No description

Details

at line 52
__construct($name, HtmlNode $parentNode = null)

No description

Parameters

$name
HtmlNode $parentNode

Traits

Better OOP experience.