XmlDumper
class XmlDumper extends Dumper
XmlDumper dumps a service container as an XML string.
Properties
protected | $container | from Dumper |
Methods
string
dump(array $options = array())
Dumps the service container as an XML string.
static string
phpToXml(mixed $value)
Converts php types to xml types.