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