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