承接 basecom/wrapper-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL
  • 更新时间: 2012-11-05