to = $to; return $this; } /** * Set the data of the socket message. * * @param array $data * @return $this */ public function data(array $data) { $this->data = $data; return $this; } }