The XMLDiff\Base class

Introduction

Base abstract class for all the comparsion classes in the extension.

Class synopsis

XMLDiff\Base
class XMLDiff\Base {
/* Methods */
public __construct(string $nsname)
abstract public mixed diff(mixed $from, mixed $to)
abstract public mixed merge(mixed $src, mixed $diff)
}
Table of Contents