HtmlNode
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
Details
at line 52
__construct($name, HtmlNode $parentNode = null)
No description
Traits
Better OOP experience.