Ejemplo n.º 1
0
 public function toXML($header = FALSE)
 {
     $xml = parent::toXML($header = TRUE);
     return $xml;
 }
Ejemplo n.º 2
0
 public function toXML($header = true)
 {
     $xml = parent::toXML($header);
     return $xml;
 }