24 lines
417 B
YAML
24 lines
417 B
YAML
|
name: SentStamp
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: senderClass
|
||
|
- name: senderAlias
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: getSenderClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getSenderAlias
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- NonSendableStampInterface
|