TacticianModule:Tactician 命令总线的 ZF2 模块

时间:2024-06-24 20:05:29
【文件属性】:

文件名称:TacticianModule:Tactician 命令总线的 ZF2 模块

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-24 20:05:29

PHP

请注意,这甚至还没有发布,因为这个版本只是旧版 Tactician 的快速原型(当时不存在稳定版本)。 不使用! 战术家 ZF2 模块 包装模块,可在您的 ZF2 应用程序中轻松使用命令总线。 使用 该模块提供了一个名为tacticianCommandBus()的控制器插件,以便于使用调度命令。 class MyController extends AbstractActionController { public function indexAction() { $command = new UserLoginCommand(); $this->tacticianCommandBus()->execute($command); } } 如果您需要将命令总线注入您的服务层或类似层,那么只需使用 HandlerExecutionCo


【文件预览】:
TacticianModule-master
----.gitignore(31B)
----humbug.json(122B)
----src()
--------TacticianModule()
----.travis.yml(538B)
----.travis.install.sh(560B)
----composer.json(673B)
----Module.php(508B)
----README.md(3KB)
----phpunit.xml(664B)
----config()
--------module.config.php(888B)
----humbuglog.txt(839B)
----test()
--------TacticianModuleTest()
--------Bootstrap.php(281B)

网友评论