1520. Class

1520.1. Zend\Config\Reader\Yaml

YAML config reader.

1520.1.1. Methods

1520.1.1.1. __construct

__construct()

Constructor

Parameters:callable

1520.1.1.2. setYamlDecoder

setYamlDecoder()

Set callback for decoding YAML

Parameters:string|callable – the decoder to set
Return type:Yaml
Throws :ExceptionRuntimeException

1520.1.1.3. getYamlDecoder

getYamlDecoder()

Get callback for decoding YAML

Return type:callable

1520.1.1.4. fromFile

fromFile()

fromFile(): defined by Reader interface.

Parameters:string
Return type:array
Throws :ExceptionRuntimeException

1520.1.1.5. fromString

fromString()

fromString(): defined by Reader interface.

Parameters:string
Return type:array|bool
Throws :ExceptionRuntimeException

1520.1.1.6. process

process()

Process the array for @include

Parameters:array
Return type:array
Throws :ExceptionRuntimeException

Project Versions

Table Of Contents

Previous topic

1519. Class

Next topic

1521. Class

This Page