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

Properties

$reference  : string|null

Methods

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

Properties

Methods

writeArray()

private writeArray(array<string|int, mixed> $array, int $depth[, bool $asComment = false ]) : void
Parameters
$array : array<string|int, mixed>
$depth : int
$asComment : bool = false

writeLine()

Outputs a single config reference line.

private writeLine(string $text[, int $indent = 0 ]) : void
Parameters
$text : string
$indent : int = 0

        
On this page

Search results