Esempio n. 1
0
 /**
  * Method returning the xml representation of this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'comp')
 {
     return parent::toXml($name);
 }