PHP Class eZ\Publish\Core\FieldType\RichText\Converter\Ezxml\ToRichTextPreNormalize

Relies on XmlText's Expanding and EmbedLinking converters implementation.
Inheritance: implements eZ\Publish\Core\FieldType\RichText\Converter
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$embedLinkingConverter eZ\Publish\Core\FieldType\XmlText\Converter\EmbedLinking
$expandingConverter eZ\Publish\Core\FieldType\XmlText\Converter\Expanding

Public Methods

Method Description
__construct ( eZ\Publish\Core\FieldType\XmlText\Converter\Expanding $expandingConverter, eZ\Publish\Core\FieldType\XmlText\Converter\EmbedLinking $embedLinkingConverter ) Construct from XmlText converters implementation.
convert ( DOMDocument $document ) : DOMDocument Converts given $document into another \DOMDocument object.

Method Details

__construct() public method

Construct from XmlText converters implementation.
public __construct ( eZ\Publish\Core\FieldType\XmlText\Converter\Expanding $expandingConverter, eZ\Publish\Core\FieldType\XmlText\Converter\EmbedLinking $embedLinkingConverter )
$expandingConverter eZ\Publish\Core\FieldType\XmlText\Converter\Expanding
$embedLinkingConverter eZ\Publish\Core\FieldType\XmlText\Converter\EmbedLinking

convert() public method

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

Property Details

$embedLinkingConverter protected_oe property

protected EmbedLinking,eZ\Publish\Core\FieldType\XmlText\Converter $embedLinkingConverter
return eZ\Publish\Core\FieldType\XmlText\Converter\EmbedLinking

$expandingConverter protected_oe property

protected Expanding,eZ\Publish\Core\FieldType\XmlText\Converter $expandingConverter
return eZ\Publish\Core\FieldType\XmlText\Converter\Expanding