eZ\Publish\Core\FieldType\RichText\Converter\Aggregate::__construct PHP Method

__construct() public method

public __construct ( array $converters = [] )
$converters array An array of Converters, sorted by priority
    public function __construct(array $converters = array())
    {
        $this->converters = $converters;
    }