Documentation

YamlReferenceDumper
in package

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

Tags
author

Kevin Bond kevinbond@gmail.com

Table of Contents

$reference  : mixed
dump()  : mixed
dumpAtPath()  : mixed
dumpNode()  : mixed
getPrototypeChildren()  : array<string|int, mixed>
writeArray()  : mixed
writeLine()  : mixed
Outputs a single config reference line.
writeNode()  : mixed

Properties

Methods

writeArray()

private writeArray(array<string|int, mixed> $array, int $depth[, bool $asComment = false ]) : mixed
Parameters
$array : array<string|int, mixed>
$depth : int
$asComment : bool = false
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

Search results