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

Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Свойство Type Description
$renderer eZ\Publish\Core\FieldType\RichText\RendererInterface

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\Core\FieldType\RichText\RendererInterface $renderer )

Méthodes protégées

Méthode Description
extractConfiguration ( DOMElement $embed ) : array Extracts configuration hash from embed element.
extractHash ( DOMNode $configHash ) : array Recursively extracts data from XML hash structure.

Method Details

__construct() public méthode

public __construct ( eZ\Publish\Core\FieldType\RichText\RendererInterface $renderer )
$renderer eZ\Publish\Core\FieldType\RichText\RendererInterface

extractConfiguration() protected méthode

Extracts configuration hash from embed element.
protected extractConfiguration ( DOMElement $embed ) : array
$embed DOMElement
Résultat array

extractHash() protected méthode

Recursively extracts data from XML hash structure.
protected extractHash ( DOMNode $configHash ) : array
$configHash DOMNode
Résultat array

Property Details

$renderer protected_oe property

protected RendererInterface,eZ\Publish\Core\FieldType\RichText $renderer
Résultat eZ\Publish\Core\FieldType\RichText\RendererInterface