XmlDumper
class XmlDumper extends Dumper
XmlDumper dumps a service container as an XML string.
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.
Details
in Dumper at line line 30
__construct(ContainerBuilder $container)
Constructor.
at line line 42
string
dump(array $options = array())
Dumps the service container as an XML string.
at line line 345
static string
phpToXml(mixed $value)
Converts php types to xml types.