This class is a wrapper class to provide interface to parse and generate YAML files with syck or spyc backend.
More...
This class is a wrapper class to provide interface to parse and generate YAML files with syck or spyc backend.
Definition at line 18 of file TranslateYaml.php.
◆ dump()
static TranslateYaml::dump |
( |
| $text | ) |
|
|
static |
◆ fixSpycSpaces()
static TranslateYaml::fixSpycSpaces |
( |
& | $yaml | ) |
|
|
static |
◆ fixSyckBooleans()
static TranslateYaml::fixSyckBooleans |
( |
& | $yaml | ) |
|
|
static |
◆ load()
static TranslateYaml::load |
( |
| $file | ) |
|
|
static |
◆ loadString()
static TranslateYaml::loadString |
( |
| $text | ) |
|
|
static |
◆ phpyamlDump()
static TranslateYaml::phpyamlDump |
( |
| $data | ) |
|
|
staticprotected |
◆ syckDump()
static TranslateYaml::syckDump |
( |
| $data | ) |
|
|
staticprotected |
◆ syckLoad()
static TranslateYaml::syckLoad |
( |
| $data | ) |
|
|
staticprotected |
The documentation for this class was generated from the following file: