Ejemplo n.º 1
0
 /**
  * @param XMLString $xml
  */
 public function __construct(XMLString $xml)
 {
     $this->xml = $xml->getValue();
 }