Copied!

Converter

Converter.php : 16

Interface for rich text conversion.

Methods

publicconvert()

Converter.php : 25

Converts given $xmlDoc into another \DOMDocument object.

public convert(DOMDocument $xmlDoc) : DOMDocument

Parameters

Name Type Default value Description
$xmlDoc DOMDocument - -

Return values

DOMDocument