Class Yaml
Yaml dump and parse methods
YAML is a serialization format most useful when human readability is a consideration. It can be useful for configuration files, as well as import and export functions.
This file is a front end for a separate YAML package present in the vendor directory. The intent is to provide a consistent interface no mater what underlying library is actually used.
At present, this class expects the symfony/yaml package.
- Xoops\Core\Yaml
- Xmf\Yaml
Namespace: Xmf
Package: Xmf
Category: Xmf\Module\Yaml
Copyright: 2013-2014 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
See: http://www.yaml.org/
Link: http://xoops.org
Located at oops_lib/Xmf/Yaml.php
Package: Xmf
Category: Xmf\Module\Yaml
Copyright: 2013-2014 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
See: http://www.yaml.org/
Link: http://xoops.org
Located at oops_lib/Xmf/Yaml.php
dump(),
dumpWrapped(),
load(),
loadWrapped(),
read(),
readWrapped(),
save(),
saveWrapped()
|