YAML config reader.
Set callback for decoding YAML
| Parameters: | string|callable – the decoder to set |
|---|---|
| Return type: | Yaml |
| Throws : | ExceptionRuntimeException |
fromFile(): defined by Reader interface.
| Parameters: | string – |
|---|---|
| Return type: | array |
| Throws : | ExceptionRuntimeException |
fromString(): defined by Reader interface.
| Parameters: | string – |
|---|---|
| Return type: | array|bool |
| Throws : | ExceptionRuntimeException |
Process the array for @include
| Parameters: | array – |
|---|---|
| Return type: | array |
| Throws : | ExceptionRuntimeException |