-
Notifications
You must be signed in to change notification settings - Fork 3
SubscribeParams
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Hooks\SubscribeParams
- This class implements:
\Seven\Api\Library\ParamsInterface
protected ?string $eventFilter
protected \Seven\Api\Resource\Hooks\HooksRequestMethod $requestMethod
protected string $targetUrl
protected \Seven\Api\Resource\Hooks\HooksEventType $eventType
public __construct(string $targetUrl, \Seven\Api\Resource\Hooks\HooksEventType $eventType): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$targetUrl |
string | |
$eventType |
\Seven\Api\Resource\Hooks\HooksEventType |
public toArray(): array
public getEventFilter(): ?string
public setEventFilter(?string $eventFilter): self
Parameters:
Parameter | Type | Description |
---|---|---|
$eventFilter |
?string |
public getTargetUrl(): string
public getEventType(): \Seven\Api\Resource\Hooks\HooksEventType
public getRequestMethod(): \Seven\Api\Resource\Hooks\HooksRequestMethod
public setRequestMethod(\Seven\Api\Resource\Hooks\HooksRequestMethod $requestMethod): self
Parameters:
Parameter | Type | Description |
---|---|---|
$requestMethod |
\Seven\Api\Resource\Hooks\HooksRequestMethod |
Automatically generated on 2025-02-06