BaseNode
BaseNode
class BaseNode implements NodeInterface
The base node class.
Methods
__construct(string $name, NodeInterface $parent = null) Constructor. | ||
setAttribute($key, $value) | ||
getAttribute($key, $default = null) | ||
hasAttribute($key) | ||
登录查看完整内容
|