Ejemplo n.º 1
0
 public function __construct($message, $from, $to, array $config = [])
 {
     parent::__construct($message, $config);
     $this->from = $from;
     $this->to = $to;
 }
Ejemplo n.º 2
0
 public function __construct($message, $user, $channel, array $config = [])
 {
     parent::__construct($message, $config);
     $this->user = $user;
     $this->channel = $channel;
 }