dhii / invoker-interface
命令调用接口
v0.1-alpha1
2018-05-13 14:48 UTC
Requires
- php: ^5.3 | ^7.0
- dhii/exception-interface: ^0.1|^0.2
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2024-09-07 03:07:55 UTC
README
详细信息
命令调用接口。
接口
CommandInvokerInterface
- 可以调用文本命令的对象。CommandInvokerAwareInterface
- 了解命令调用者的对象。CommandAwareInterface
- 了解文本命令的对象。ArgsAwareInterface
- 了解调用参数的对象。CommandInvokerExceptionInterface
- 与命令调用者相关的异常。InvocationFailureExceptionInterface
- 表示调用失败的异常。