ConFoo 2025

The Dom\Implementation class

(PHP 8 >= 8.4.0)

Introduction

This class provides a number of methods for performing operations that are independent of any particular instance of the document object model.

This is the modern, spec-compliant equivalent of DOMImplementation.

Class synopsis

class Dom\Implementation {
/* Methods */
/* Not documented yet */
}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top