*** # SubscribeParams * Full name: `\Seven\Api\Resource\Hooks\SubscribeParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### eventFilter ```php protected ?string $eventFilter ``` *** ### requestMethod ```php protected \Seven\Api\Resource\Hooks\HooksRequestMethod $requestMethod ``` *** ### targetUrl ```php protected string $targetUrl ``` *** ### eventType ```php protected \Seven\Api\Resource\Hooks\HooksEventType $eventType ``` *** ## Methods ### __construct ```php public __construct(string $targetUrl, \Seven\Api\Resource\Hooks\HooksEventType $eventType): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$targetUrl` | **string** | | | `$eventType` | **\Seven\Api\Resource\Hooks\HooksEventType** | | *** ### toArray ```php public toArray(): array ``` *** ### getEventFilter ```php public getEventFilter(): ?string ``` *** ### setEventFilter ```php public setEventFilter(?string $eventFilter): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$eventFilter` | **?string** | | *** ### getTargetUrl ```php public getTargetUrl(): string ``` *** ### getEventType ```php public getEventType(): \Seven\Api\Resource\Hooks\HooksEventType ``` *** ### getRequestMethod ```php public getRequestMethod(): \Seven\Api\Resource\Hooks\HooksRequestMethod ``` *** ### setRequestMethod ```php 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