Prado\Xml\TXmlElement::__toString PHP Method

__toString() public method

$element = new TXmlElement('tag'); echo $element; or $element = new TXmlElement('tag'); $xml = (string)$element;
public __toString ( ) : string
return string string representation of this element
    public function __toString()
    {
        return $this->toString();
    }