The XMLDiff\Base class

はじめに

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

クラス概要

XMLDiff\Base
class XMLDiff\Base {
/* メソッド */
public __construct(string $nsname)
abstract public mixed diff(mixed $from, mixed $to)
abstract public mixed merge(mixed $src, mixed $diff)
}
目次