HTTPEvent
in package
FinalYes
Legacy event object used by the root-level HTTP command and response classes.
Included for historical compatibility only. This API is deprecated and should not be used in new code.
Tags
Table of Contents
Properties
- $data : mixed
- $target : mixed
- $timeStamp : mixed
- $type : mixed
Methods
- __construct() : mixed
Properties
$data
public
mixed
$data
$target
public
mixed
$target
$timeStamp
public
mixed
$timeStamp
$type
public
mixed
$type
Methods
__construct()
public
__construct(mixed $type[, array<string|int, mixed> $eventInit = [] ]) : mixed
Parameters
- $type : mixed
- $eventInit : array<string|int, mixed> = []