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