1 | <?php |
||
8 | class Psr7MiddlewareAction implements ActionInterface |
||
9 | { |
||
10 | /** |
||
11 | * Executes a PSR-7 middleware. |
||
12 | * |
||
13 | * @param \Mcustiel\PowerRoute\Common\TransactionData $transactionData |
||
14 | * @param \Mcustiel\PowerRoute\Common\Conditions\ClassArgumentObject $argument |
||
15 | */ |
||
16 | 3 | public function execute(TransactionData $transactionData, $argument = null) |
|
30 | } |
||
31 |