コード例 #1
0
ファイル: ConnectionUseEvent.php プロジェクト: nkreer/Fish
 public function __construct(Connection $connection, string $data)
 {
     parent::__construct($connection);
     $this->data = $data;
 }
コード例 #2
0
 public function __construct(Connection $connection, Command $command)
 {
     parent::__construct($connection);
     $this->command = $command;
 }