PHP Class eZ\Publish\Core\FieldType\RichText\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$xml DOMDocument XML content as DOMDocument.

Méthodes publiques

Méthode Description
__construct ( DOMDocument | string $xml = null ) Initializes a new RichText Value object with $xmlDoc in.
__toString ( )

Method Details

__construct() public méthode

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

__toString() public méthode

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$xml public_oe property

XML content as DOMDocument.
public DOMDocument $xml
Résultat DOMDocument