LexikWorkflowBundle:Symfony2的简单工作流程包

时间:2024-05-13 21:39:02
【文件属性】:

文件名称:LexikWorkflowBundle:Symfony2的简单工作流程包

文件大小:41KB

文件格式:ZIP

更新时间:2024-05-13 21:39:02

PHP

LexikWorkflowBundle 该捆绑包已弃用 该Symfony2捆绑包允许使用事件分发程序来定义和管理简单的工作流程,以进行操作和验证。 这个捆绑包最初是一个分支。 实现的不同之处在于我们使用事件分配器的方式,并且我们存储每个模型对象的步骤历史记录。 安装 使用作曲家进行安装: ... " require " : { ... " lexik/workflow-bundle " : " dev-master " , ... }, ... 接下来,请确保在您的app/AppKernel.php文件中启用该捆绑包: public function registerBundles () { return array ( // ... new Lexik \ Bun


【文件预览】:
LexikWorkflowBundle-master
----.gitignore(65B)
----Entity()
--------ModelState.php(4KB)
----Exception()
--------WorkflowException.php(105B)
--------AccessDeniedException.php(353B)
----Event()
--------StepEvent.php(1KB)
--------ValidateStepEvent.php(2KB)
----.travis.yml(534B)
----Resources()
--------config()
----LICENSE(1KB)
----composer.json(1KB)
----CHANGELOG.md(408B)
----Model()
--------ModelStateInterface.php(371B)
--------ModelStorage.php(5KB)
--------ModelInterface.php(468B)
--------ModelStateRepository.php(4KB)
----Flow()
--------NextStateInterface.php(717B)
--------NextStateOr.php(2KB)
--------Node.php(2KB)
--------NextState.php(1KB)
--------Step.php(2KB)
--------Process.php(2KB)
----README.md(17KB)
----Twig()
--------Extension()
----LexikWorkflowBundle.php(141B)
----Handler()
--------ProcessAggregator.php(913B)
--------ProcessHandler.php(8KB)
--------ProcessHandlerInterface.php(1KB)
----DependencyInjection()
--------Configuration.php(6KB)
--------LexikWorkflowExtension.php(8KB)
----phpunit.xml.dist(822B)
----Tests()
--------Fixtures()
--------autoload.php.dist(371B)
--------TestCase.php(4KB)
--------bootstrap.php(172B)
--------Model()
--------Flow()
--------Handler()
--------DependencyInjection()
--------Validation()
----Validation()
--------ViolationList.php(2KB)
--------Violation.php(552B)

网友评论