29 lines
593 B
YAML
29 lines
593 B
YAML
|
name: ActivationMiddleware
|
||
|
class_comment: '# * Execute the inner middleware according to an activation strategy.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: Envelope
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Envelope
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: inner
|
||
|
- name: activated
|
||
|
comment: null
|
||
|
- name: handle
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: envelope
|
||
|
- name: stack
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Messenger\Envelope
|
||
|
interfaces:
|
||
|
- MiddlewareInterface
|