FluentDOM\Serializer\Html::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->_node instanceof \DOMDocument ? $this->_node->saveHTML() : $this->_node->ownerDocument->saveHTML($this->_node);
    }