class XmlDumper extends Dumper
XmlDumper dumps a service container as an XML string.
Methods
__construct(ContainerBuilder $container) | from Dumper | |
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
__construct(ContainerBuilder $container)
string dump(array $options = array())
Dumps the service container as an XML string.
static string phpToXml(mixed $value)
Converts php types to xml types.
Please login to continue.