platform/api/symfony/Component/Messenger/Stamp/TransportMessageIdStamp.yaml

33 lines
607 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TransportMessageIdStamp
class_comment: null
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: id
comment: '# * Added by a sender or receiver to indicate the id of this message in
that transport.
# *
# * @author Ryan Weaver <ryan@symfonycasts.com>
# */
# final class TransportMessageIdStamp implements StampInterface
# {
# /**
# * @param mixed $id some "identifier" of the message in a transport'
- name: getId
visibility: public
parameters: []
comment: null
traits: []
interfaces:
- StampInterface