LegacyYamlInterface
in package
implements
Exportable, Importable
Legacy Yaml interface
Use YamlInterface instead. This is onlyused for YamlRepository.
Tags
Table of Contents
Interfaces
- Exportable
- Exportable
- Importable
- Importable
Properties
- $yaml : mixed
Methods
- __construct() : mixed
- export() : mixed
- import() : mixed
Properties
$yaml
protected
mixed
$yaml
Methods
__construct()
public
__construct() : mixed
export()
public
export(mixed $twoDimensionalArray) : mixed
Parameters
- $twoDimensionalArray : mixed
import()
public
import(mixed $dataAsString) : mixed
Parameters
- $dataAsString : mixed