CloseOptions
Playwright\WebSocket\Options\CloseOptions
Constructor options
| Option | Type | Default |
|---|---|---|
| code | ?int | null |
| reason | ?string | null |
Methods
__construct()
function __construct( public ?int $code = null, public ?string $reason = null, )
toArray()
arrayfunction toArray(): array
from()
selffunction from(array|self $options = []): self