Modern DOM library written in PHP for HTML documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

652 B

The Node trait

Introduction

Allows the extended PHP DOM classes to simulate inheriting from a theoretical extended \DOMNode. It is used to disable C14N and C14NFile.

trait MensBeam\HTML\Node {

    public C14N ( bool $exclusive = false , bool $withComments = false , null $xpath = null , null $nsPrefixes = null ) : false
    public C14NFile ( string $uri , bool $exclusive = false , bool $withComments = false , null $xpath = null , null $nsPrefixes = null ) : false

}