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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$xml DOMDocument XML content as DOMDocument.

Public Methods

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

Method Details

__construct() public method

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

__toString() public method

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

Property Details

$xml public_oe property

XML content as DOMDocument.
public DOMDocument $xml
return DOMDocument