コード例 #1
0
ファイル: Xml.php プロジェクト: fluentdom/fluentdom
 /**
  * @return string
  */
 public function __toString()
 {
     return $this->_node instanceof \DOMDocument ? $this->_node->saveXml() : $this->_node->ownerDocument->saveXml($this->_node);
 }