21 lines
627 B
YAML
21 lines
627 B
YAML
|
name: TransportNamesStamp
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: transportNames
|
||
|
comment: "# * Stamp used to override the transport names specified in the Messenger\
|
||
|
\ routing configuration file.\n# */\n# final class TransportNamesStamp implements\
|
||
|
\ StampInterface\n# {\n# private array $transportNames;\n# \n# /**\n# * @param\
|
||
|
\ string[]|string $transportNames Transport names to be used for the message"
|
||
|
- name: getTransportNames
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- StampInterface
|