32 lines
607 B
YAML
32 lines
607 B
YAML
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
|