private string $namespace
private array $attributes
public __construct(\DOMNode $dom): void
Parameter | Type | Description |
---|
$dom | \DOMNode | |
public __toString(): string
public __get(string $key): Property
Parameter | Type | Description |
---|
$key | string | |
public __set(string $key, mixed $value): void
Parameter | Type | Description |
---|
$key | string | |
$value | mixed | |
public namespaceURI(): string
public get(string $key): Property
Parameter | Type | Description |
---|
$key | string | |
public has(string $key): bool
Parameter | Type | Description |
---|
$key | string | |
public offsetExists(mixed $offset): bool
Parameter | Type | Description |
---|
$offset | mixed | |
public offsetGet(mixed $offset): mixed
Parameter | Type | Description |
---|
$offset | mixed | |
public offsetSet(mixed $offset, mixed $value): void
Parameter | Type | Description |
---|
$offset | mixed | |
$value | mixed | |
public offsetUnset(mixed $offset): void
Parameter | Type | Description |
---|
$offset | mixed | |
private fkey(string $key): string
Parameter | Type | Description |
---|
$key | string | |
Generated by Hazaar API Doc Generator