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