Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Debug
  • FilterInput
  • Highlighter
  • Language
  • Loader
  • Metagen
  • Request
  • Utilities
  • Yaml
  • Overview
  • Namespace
  • Class
  • Tree

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
Extended by 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
Methods inherited from Xoops\Core\Yaml
dump(), dumpWrapped(), load(), loadWrapped(), read(), readWrapped(), save(), saveWrapped()
API documentation generated by ApiGen