38 lines
659 B
YAML
38 lines
659 B
YAML
|
name: DelayStamp
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: delay
|
||
|
comment: '# * Apply this stamp to delay delivery of your message on a transport.
|
||
|
|
||
|
# */
|
||
|
|
||
|
# final class DelayStamp implements StampInterface
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @param int $delay The delay in milliseconds'
|
||
|
- name: getDelay
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: delayFor
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: interval
|
||
|
comment: null
|
||
|
- name: delayUntil
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: dateTime
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- StampInterface
|