Свойство | Type | Description | |
---|---|---|---|
$converters | eZ\Publish\Core\FieldType\RichText\Converter[] | An array of converters, sorted by priority. |
Méthode | Description | |
---|---|---|
__construct ( array $converters = [] ) | ||
convert ( DOMDocument $document ) : DOMDocument | Performs conversion of the given $document using configured converters. |
public __construct ( array $converters = [] ) | ||
$converters | array | An array of Converters, sorted by priority |
public convert ( DOMDocument $document ) : DOMDocument | ||
$document | DOMDocument | |
Résultat | DOMDocument |