api/laravel/Broadcasting/PrivateChannel.yaml

23 lines
499 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: PrivateChannel
class_comment: null
dependencies:
- name: HasBroadcastChannel
type: class
source: Illuminate\Contracts\Broadcasting\HasBroadcastChannel
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: name
comment: '# * Create a new channel instance.
# *
# * @param \Illuminate\Contracts\Broadcasting\HasBroadcastChannel|string $name
# * @return void'
traits:
- Illuminate\Contracts\Broadcasting\HasBroadcastChannel
interfaces: []