コード例 #1
0
ファイル: InviteUserEvent.php プロジェクト: nkreer/Fish
 public function __construct(Channel $channel, string $user)
 {
     parent::__construct($channel);
     $this->user = $user;
 }
コード例 #2
0
 public function __construct(Channel $channel, User $sender)
 {
     parent::__construct($channel);
     $this->sender = $sender;
 }