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()  : 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) : mixed
Parameters
$array : array<string|int, mixed>
$depth : int

writeLine()

Outputs a single config reference line.

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

        
On this page

Search results