The Dom\Entity class
(PHP 8 >= 8.4.0)
Introduction
This interface represents a known entity, either parsed or unparsed, in an XML document.
This is the modern, spec-compliant equivalent of DOMEntity.
Class synopsis
/* Inherited constants */
/* Properties */
/* Inherited properties */
/* Inherited methods */
/* Not documented yet */
}Properties
- publicId
The public identifier associated with the entity if specified, and
nullotherwise.- systemId
The system identifier associated with the entity if specified, and
nullotherwise. This may be an absolute URI or not.- notationName
For unparsed entities, the name of the notation for the entity. For parsed entities, this is
null.
↑ and ↓ to navigate • Enter to select • Esc to close • / to open