/** * Method returning the xml representative this class * * @param string $name * @return SimpleXML */ public function toXml($name = 'm') { return parent::toXml($name); }