Ejemplo n.º 1
0
 /**
  * Method returning the xml representative this class
  *
  * @return SimpleXML
  */
 public function toXml($name = 'importanceTest')
 {
     return parent::toXml($name);
 }
Ejemplo n.º 2
0
 /**
  * Method returning the xml representative this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'inviteTest')
 {
     return parent::toXml($name);
 }