Exemple #1
0
 protected function setDocument(dom\handler $doc)
 {
     $doc->registerNamespaces($this->getNS());
     $this->document = $doc;
 }