FluentDOM\Transformer\Namespaces\Replace::__toString PHP Method

__toString() public method

Create a document with the replaced namespaces and return it as XML string.
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->getDocument()->saveXml();
    }