34 lines
617 B
YAML
34 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: []
|