XmlReferenceDumper
in package
Dumps an XML reference configuration for the given configuration/node instance.
Tags
Table of Contents
Properties
- $reference : string|null
Methods
- dump() : mixed
- dumpNode() : mixed
- writeLine() : mixed
- Outputs a single config reference line.
- writeNode() : mixed
- writeValue() : string
- Renders the string conversion of the value.
Properties
$reference
private
string|null
$reference
= null
Methods
dump()
public
dump(ConfigurationInterface $configuration[, string $namespace = null ]) : mixed
Parameters
- $configuration : ConfigurationInterface
- $namespace : string = null
dumpNode()
public
dumpNode(NodeInterface $node[, string $namespace = null ]) : mixed
Parameters
- $node : NodeInterface
- $namespace : string = null
writeLine()
Outputs a single config reference line.
private
writeLine(string $text[, int $indent = 0 ]) : mixed
Parameters
- $text : string
- $indent : int = 0
writeNode()
private
writeNode(NodeInterface $node[, int $depth = 0 ][, bool $root = false ][, string $namespace = null ]) : mixed
Parameters
- $node : NodeInterface
- $depth : int = 0
- $root : bool = false
- $namespace : string = null
writeValue()
Renders the string conversion of the value.
private
writeValue(mixed $value) : string
Parameters
- $value : mixed