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