eZ\Publish\Core\FieldType\RichText\Value::__toString PHP Method

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )
    public function __toString()
    {
        return isset($this->xml) ? (string) $this->xml->saveXML() : self::EMPTY_VALUE;
    }