The XMLDiff\Memory class

Introduction

Class synopsis

XMLDiff\Memory
class XMLDiff\Memory 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