The XMLDiff\File class

Introduction

Class synopsis

XMLDiff\File
class XMLDiff\File extends XMLDiff\Base {
/* Methods */
public string diff(string $from, string $to)
public string merge(string $src, string $diff)
/* Inherited methods */
abstract public mixed XMLDiff\Base::diff(mixed $from, mixed $to)
abstract public mixed XMLDiff\Base::merge(mixed $src, mixed $diff)
}
Table of Contents