Exemple #1
0
 public function __construct(Channel $channel, string $user)
 {
     parent::__construct($channel);
     $this->user = $user;
 }
 public function __construct(Channel $channel, User $sender)
 {
     parent::__construct($channel);
     $this->sender = $sender;
 }