Пример #1
0
 /**
  * Method returning the xml representative this class
  *
  * @param  string $name
  * @return SimpleXML
  */
 public function toXml($name = 'meta')
 {
     return parent::toXml($name);
 }