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

$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

Methods

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|null $namespace = null ]) : mixed
Parameters
$node : NodeInterface
$depth : int
$root : bool = false
$namespace : string|null = null
Return values
mixed

writeValue()

Renders the string conversion of the value.

private writeValue(mixed $value) : string
Parameters
$value : mixed
Return values
string

Search results