PHP Class eZ\Publish\Core\FieldType\RichText\Converter\Aggregate

Inheritance: implements eZ\Publish\Core\FieldType\RichText\Converter
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$converters eZ\Publish\Core\FieldType\RichText\Converter[] An array of converters, sorted by priority.

Public Methods

Method Description
__construct ( array $converters = [] )
convert ( DOMDocument $document ) : DOMDocument Performs conversion of the given $document using configured converters.

Method Details

__construct() public method

public __construct ( array $converters = [] )
$converters array An array of Converters, sorted by priority

convert() public method

Performs conversion of the given $document using configured converters.
public convert ( DOMDocument $document ) : DOMDocument
$document DOMDocument
return DOMDocument

Property Details

$converters protected_oe property

An array of converters, sorted by priority.
protected Converter[],eZ\Publish\Core\FieldType\RichText $converters
return eZ\Publish\Core\FieldType\RichText\Converter[]