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

33 lines
617 B
YAML

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