shinymayhem / shiny-lib
Base lib with Xml2Array trait
v0.0.2
2014-06-10 02:58 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 12:06:12 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-")