PHP Interface eZ\Publish\Core\FieldType\RichText\Converter

Show file Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
convert ( DOMDocument $xmlDoc ) : DOMDocument Converts given $xmlDoc into another \DOMDocument object.

Method Details

convert() public method

Converts given $xmlDoc into another \DOMDocument object.
public convert ( DOMDocument $xmlDoc ) : DOMDocument
$xmlDoc DOMDocument
return DOMDocument