https://github.com/figadore/shiny-lib
Common lib for other shiny zf2 modules
https://github.com/figadore/shiny-lib
Last synced: over 1 year ago
JSON representation
Common lib for other shiny zf2 modules
- Host: GitHub
- URL: https://github.com/figadore/shiny-lib
- Owner: figadore
- Created: 2014-06-09T22:46:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T01:11:43.000Z (about 12 years ago)
- Last Synced: 2025-04-10T05:12:27.671Z (over 1 year ago)
- Language: PHP
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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-")