Property | Type | Description | |
---|---|---|---|
$attr | Associative array of the node's attributes. | ||
$children | List of child elements. | ||
$empty | is it a pair of start/end tokens or an empty token. | ||
$endArmor | |||
$endCol | |||
$endLine | |||
$name | The lower-case name of the tag, like 'a', 'b' or 'blockquote'. |
Method | Description | |
---|---|---|
__construct ( $name, $attr = [], $line = null, $col = null, $armor = [] ) | ||
toTokenPair ( ) |
public __construct ( $name, $attr = [], $line = null, $col = null, $armor = [] ) |