PHP Класс eZ\Publish\Core\FieldType\RichText\Value

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

Открытые свойства

Свойство Тип Описание
$xml DOMDocument XML content as DOMDocument.

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

Метод Описание
__construct ( DOMDocument | string $xml = null ) Initializes a new RichText Value object with $xmlDoc in.
__toString ( )

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

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

Initializes a new RichText Value object with $xmlDoc in.
public __construct ( DOMDocument | string $xml = null )
$xml DOMDocument | string

__toString() публичный метод

См. также: eZ\Publish\Core\FieldType\Value
public __toString ( )

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

$xml публичное свойство

XML content as DOMDocument.
public DOMDocument $xml
Результат DOMDocument