[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/config/Definition/Dumper/ -> XmlReferenceDumper.php (summary)

(no description)

File Size: 312 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

XmlReferenceDumper:: (5 methods):
  dump()
  dumpNode()
  writeNode()
  writeLine()
  writeValue()


Class: XmlReferenceDumper  - X-Ref

Dumps a XML reference configuration for the given configuration/node instance.

dump(ConfigurationInterface $configuration, $namespace = null)   X-Ref
No description

dumpNode(NodeInterface $node, $namespace = null)   X-Ref
No description

writeNode(NodeInterface $node, $depth = 0, $root = false, $namespace = null)   X-Ref

param: int    $depth
param: bool   $root      If the node is the root node
param: string $namespace The namespace of the node

writeLine($text, $indent = 0)   X-Ref
Outputs a single config reference line.

param: string $text
param: int    $indent

writeValue($value)   X-Ref
Renders the string conversion of the value.

param: mixed $value
return: string



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1