Beispiel #1
0
 /**
  * Transforms an array into XML.
  *
  * @param array|string ...$args Objects to transform.
  *
  * @return string
  */
 public static function xml(...$args)
 {
     return static::transform($args, Transformation::getDefault('xml'));
 }