ivanche/type-converter-bundle
Composer 安装命令:
composer require ivanche/type-converter-bundle
包简介
README 文档
README
#Symfony Type Converter Bundle
This bundle is built to inject a library type converter.
#Installation
Use composer to intall this bundle
composer require ivanche/type-converter-bundle
#Configuration It have a few options.
ivanche_type_converter: auto_mapping: false strict: true
###Options:
####auto_mapping: boolean (true|false)
If the converter implements Ivanche\Converter\AutoMappingInterface, we add methodCall setAutoMapping to definition of your converter.
If auto_mapping is true, converter try to set public properties(or properties with public getter/setter) to target
from source.
####strict: boolean (true|false)
If the converter implements Ivanche\Converter\AutoMappingInterface, we add methodCall setStrictMode to definition of your converter.
When strict is true, converter throw exception Ivanche\Exception\UnsupportedSourcePropertyException if automapping try to set public properties(or properties with public getter/setter) from source which don't exist in target.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-30