Class HtmlNode
HTML element node.
- Latte\HtmlNode uses Latte\Strict
public
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset()
|
public
string
|
$name
|
|
public
boolean
|
$empty
|
|
public
|
$isEmpty
|
|
public
array
|
$attrs
|
# [] |
public
array
|
$macroAttrs
|
# [] |
public
boolean
|
$closing
|
# false |
public
|
$parentNode
|
|
public
string
|
$attrCode
|
|
public
integer
|
$startLine
position of start tag in source template |
|
public
integer
|
$endLine
position of end tag in source template |
|
public
string
|
$innerMarker
@internal |