name: Channel class_comment: null dependencies: - name: HasBroadcastChannel type: class source: Illuminate\Contracts\Broadcasting\HasBroadcastChannel - name: Stringable type: class source: Stringable properties: - name: name visibility: public comment: '# * The channel''s name. # * # * @var string' methods: - name: __construct visibility: public parameters: - name: name comment: "# * The channel's name.\n# *\n# * @var string\n# */\n# public $name;\n\ # \n# /**\n# * Create a new channel instance.\n# *\n# * @param \\Illuminate\\\ Contracts\\Broadcasting\\HasBroadcastChannel|string $name\n# * @return void" - name: __toString visibility: public parameters: [] comment: '# * Convert the channel instance to a string. # * # * @return string' traits: - Illuminate\Contracts\Broadcasting\HasBroadcastChannel - Stringable interfaces: - Stringable