GoLang XMLDiff\Base::__construct

request it (263)
GoLang replacement for PHP's XMLDiff\Base::__construct [edit | history]



Do you know a GoLang replacement for PHP's XMLDiff\Base::__construct? Write it!

PHP XMLDiff\Base::__construct

PHP original manual for XMLDiff\Base::__construct [ show | php.net ]

XMLDiff\Base::__construct

(PECL xmldiff >= 0.8.0)

XMLDiff\Base::__constructConstructor

Description

public XMLDiff\Base::__construct ( string $nsname )

Base constructor for all the worker classes in the xmldiff extension.

Parameters

nsname

Custom namespace name for the diff document. The default namespace is http://www.locus.cz/diffmark and that's enough to avoid namespace conflicts. Use this parameter if you want to change it for some reason.

Return Values