XmlDumper dumps a service container as an XML string.
- author Fabien Potencier
- author Martin Hasoň
CloneableInstantiable
| Methods |
| public dump(array $options = []) : string Dumps the service container as an XML string. |
| public static phpToXml(?mixed $value) : string Converts php types to xml types.
|
| Properties |
| Methods |
| private addMethodCalls(array $methodcalls) : iterable |
| private addParameters() : iterable |
| private addService(Symfony |
| private addServiceAlias(string $alias, Symfony |
| private addServices() : iterable |
| private addTagRecursiveAttributes(array $attributes) : iterable |
| private convertParameters(array $parameters, string $type, string $keyAttribute = 'key') : iterable |
| private encode(string $value, int $flags = 2ENT_COMPAT) : string |
| private escape(array $arguments) : array |
| Methods |
| public static phpToXml(?mixed $value) : string Converts php types to xml types.
|