Ejemplo n.º 1
0
 /**
  * Génération du xml
  *
  * @return CXDSXmlDocument
  */
 function toXML()
 {
     $xml = new CXDSXmlDocument();
     $xml->createNameDescriptionRoot($this->name);
     $xml->importDOMDocument($xml->documentElement, $this->value->toXML());
     return $xml;
 }