Represent an abstract HTML node.
package |
Default |
---|
__toString() : string
string
getAttribute(string $name) : mixed
string
The name of the attribute
mixed
getAttributeList() : string
string
getAttributes() : array
array
removeAttribute(string $name) : \Dotpay\Html\Node
setAttribute(string $name, mixed $value) : \Dotpay\Html\Node
string
The name of the attribute
mixed
The value of the attribute
\Dotpay\Html\Node
attributes : array
var |
List of all attributes of the node |
---|
array