Documentation

XmlReferenceDumper
in package

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

Tags
author

Wouter J waldio.webdesign@gmail.com

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

Methods

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
Return values
string

        
On this page

Search results