shinymayhem/shiny-lib

Base lib with Xml2Array trait

v0.0.2 2014-06-10 02:58 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:44:01 UTC


README

Contains Array2XmlTrait, based on Lalil Patel's class

Install with composer

"require": {
    "shinymayhem/shiny-lib": "dev-master"
}

override protected properties _convertSpaces: boolean, whether to run str_replace on node_names (default: true) _convertSpacesString: what to replace spaces with (default: "-") _allowNumericTags: boolean, whether to allow numeric tags (default: true) _numericTagPrefix: what to prefix numeric tags with (default: "element-")