Method | Description | |
---|---|---|
getArray ( ) : array | Get Yaml value as array | |
getString ( integer $indent = 4 ) : string | Get Yaml value as string | |
setResource ( $resource ) | Set resource to work on |
Method | Description | |
---|---|---|
parseResource ( ) : string | Parse given Yaml resource and build array This method must support file paths (string or StringObject) and FileObject | |
toString ( ) | Convert given data to Yaml string |