basecom/wrapper-bundle
最新稳定版本:2.4.0
Composer 安装命令:
composer require basecom/wrapper-bundle
包简介
Adds some default shortcuts for container and commands
关键字:
README 文档
README
License informations: LGPL
This bundle provides some shortcuts to default services/methods of a container:
- getDoctrine(...)
- getManager(...)
- getContainer()
- setContainer(...)
- get(...)
To use the wrapper for a default, container wearing class, you just have to extend this clas from our wrapper:
class MyNewContainerWearingClass extends \basecom\WrapperBundle\ContainerAware\ContainerAware { // cool stuff here }
The same applies to a command:
class MyNewCommand extends \basecom\WrapperBundle\ContainerAware\ContainerAwareCommand { // cool stuff here }
统计信息
- 总下载量: 11.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL
- 更新时间: 2012-11-05