PingWebhookMessage
in package
implements
Stringable
FinalYes
Tags
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- __toString() : string
Properties
$method read-only
public
string
$method
$options read-only
public
array<string|int, mixed>
$options
= []
$throw read-only
public
bool
$throw
= true
$url read-only
public
string
$url
Methods
__construct()
public
__construct(string $method, string $url[, array<string|int, mixed> $options = [] ][, bool $throw = true ]) : mixed
Parameters
- $method : string
- $url : string
- $options : array<string|int, mixed> = []
- $throw : bool = true
__toString()
public
__toString() : string