platform/api/laravel/Contracts/Broadcasting/HasBroadcastChannel.yaml

25 lines
506 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: HasBroadcastChannel
class_comment: null
dependencies: []
properties: []
methods:
- name: broadcastChannelRoute
visibility: public
parameters: []
comment: '# * Get the broadcast channel route definition that is associated with
the given entity.
# *
# * @return string'
- name: broadcastChannel
visibility: public
parameters: []
comment: '# * Get the broadcast channel name that is associated with the given entity.
# *
# * @return string'
traits: []
interfaces: []