shinymayhem/shiny-lib

基于Xml2Array特质的基库

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

包含Array2XmlTrait,基于Lalil Patel的类

使用composer安装

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

重写受保护的属性 _convertSpaces: boolean,是否在节点名称上运行str_replace(默认:true) _convertSpacesString: 用什么替换空格(默认:"-") _allowNumericTags: boolean,是否允许数字标签(默认:true) _numericTagPrefix: 数字标签的前缀是什么(默认:"element-")