PHP Класс eZ\Publish\Core\FieldType\RichText\Converter\Aggregate

Наследование: implements eZ\Publish\Core\FieldType\RichText\Converter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$converters eZ\Publish\Core\FieldType\RichText\Converter[] An array of converters, sorted by priority.

Открытые методы

Метод Описание
__construct ( array $converters = [] )
convert ( DOMDocument $document ) : DOMDocument Performs conversion of the given $document using configured converters.

Описание методов

__construct() публичный Метод

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

convert() публичный Метод

Performs conversion of the given $document using configured converters.
public convert ( DOMDocument $document ) : DOMDocument
$document DOMDocument
Результат DOMDocument

Описание свойств

$converters защищенное свойство

An array of converters, sorted by priority.
protected Converter[],eZ\Publish\Core\FieldType\RichText $converters
Результат eZ\Publish\Core\FieldType\RichText\Converter[]