platform/api/laravel/Broadcasting/Broadcasters/UsePusherChannelConventions.yaml

34 lines
617 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: UsePusherChannelConventions
class_comment: null
dependencies:
- name: Str
type: class
source: Illuminate\Support\Str
properties: []
methods:
- name: isGuardedChannel
visibility: public
parameters:
- name: channel
comment: '# * Return true if the channel is protected by authentication.
# *
# * @param string $channel
# * @return bool'
- name: normalizeChannelName
visibility: public
parameters:
- name: channel
comment: '# * Remove prefix from channel name.
# *
# * @param string $channel
# * @return string'
traits:
- Illuminate\Support\Str
interfaces: []