2093. Class

2093.1. Zend\Config\Writer\Yaml

2093.1.1. Methods

2093.1.1.1. __construct

__construct()

Constructor

Parameters:callable|string|null

2093.1.1.2. getYamlEncoder

getYamlEncoder()

Get callback for decoding YAML

Return type:callable

2093.1.1.3. setYamlEncoder

setYamlEncoder()

Set callback for decoding YAML

Parameters:callable – the decoder to set
Return type:Yaml
Throws :ExceptionInvalidArgumentException

2093.1.1.4. processConfig

processConfig()

processConfig(): defined by AbstractWriter.

Parameters:array
Return type:string
Throws :ExceptionRuntimeException

Project Versions

Table Of Contents

Previous topic

2092. Class

Next topic

2094. Class

This Page