ConFoo 2025

The Dom\NamespaceInfo class

(PHP 8 >= 8.4.0)

Introdução

This represents immutable information about namespaces of an element. This decouples namespaces from attributes, which was incorrectly intertwined for the old DOM classes.

Resumo da classe

final readonly class Dom\NamespaceInfo {
/* Propriedades */
public ?string $prefix;
}

Propriedades

prefix
The namespace prefix of the attribute.
namespaceURI
The namespace URI of the attribute.
element
The element that this namespace information is about.
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top