api/laravel/Broadcasting/PrivateChannel.yaml
2024-09-26 02:03:21 -07:00

22 lines
499 B
YAML

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