id = $id;// 0意味着通用站,所有站都需要收发的意思 $this->json = $json; } /** * Get the channels the event should broadcast on. * * @return Channel|array */ public function broadcastOn() { return new Channel('station-'.$this->id); } }