| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 364 lines (13 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
XmlDumper:: (9 methods):
dump()
addParameters()
addMethodCalls()
addService()
addServiceAlias()
addServices()
convertParameters()
escape()
phpToXml()
| dump(array $options = array() X-Ref |
| Dumps the service container as an XML string. return: string An xml string representing of the service container |
| addParameters(\DOMElement $parent) X-Ref |
| No description |
| addMethodCalls(array $methodcalls, \DOMElement $parent) X-Ref |
| No description |
| addService($definition, $id, \DOMElement $parent) X-Ref |
| Adds a service. param: Definition $definition param: string $id param: \DOMElement $parent |
| addServiceAlias($alias, Alias $id, \DOMElement $parent) X-Ref |
| Adds a service alias. param: string $alias param: Alias $id param: \DOMElement $parent |
| addServices(\DOMElement $parent) X-Ref |
| No description |
| convertParameters(array $parameters, $type, \DOMElement $parent, $keyAttribute = 'key') X-Ref |
| Converts parameters. param: array $parameters param: string $type param: \DOMElement $parent param: string $keyAttribute |
| escape(array $arguments) X-Ref |
| Escapes arguments. return: array |
| phpToXml($value) X-Ref |
| Converts php types to xml types. param: mixed $value Value to convert return: string |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |