platform/api/laravel/Contracts/Broadcasting/HasBroadcastChannel.yaml
2024-09-02 10:44:11 -07:00

24 lines
506 B
YAML

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: []