26 lines
480 B
YAML
26 lines
480 B
YAML
|
name: AsRemoteEventConsumer
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: name
|
||
|
comment: '# * @author Fabien Potencier <fabien@symfony.com>
|
||
|
|
||
|
# */
|
||
|
|
||
|
# #[\Attribute(\Attribute::TARGET_CLASS)]
|
||
|
|
||
|
# class AsRemoteEventConsumer
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @param string $name The name of the remote event consumer, used to identify
|
||
|
it when defining remote events'
|
||
|
traits: []
|
||
|
interfaces: []
|