HtmlNode
class HtmlNode
HTML element node.
Properties
string | $name | ||
bool | $empty | ||
array | $attrs | ||
array | $macroAttrs | ||
bool | $closing | ||
HtmlNode|null | $parentNode | ||
string | $attrCode | ||
int | $startLine | ||
int | $endLine | ||
string | $innerMarker |
Methods
Details
at line 51
__construct(string $name, HtmlNode $parentNode = null)
No description
Traits
Better OOP experience.