Skip to content
André Matthies edited this page Feb 6, 2025 · 1 revision

Hook

  • Full name: \Seven\Api\Resource\Hooks\Hook

Properties

created

protected string $created

enabled

protected bool $enabled

eventFilter

protected ?string $eventFilter

eventType

protected string $eventType

id

protected int $id

requestMethod

protected string $requestMethod

targetUrl

protected string $targetUrl

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getCreated

public getCreated(): string

getEventType

public getEventType(): string

getId

public getId(): int

getRequestMethod

public getRequestMethod(): string

getTargetUrl

public getTargetUrl(): string

getEventFilter

public getEventFilter(): ?string

isEnabled

public isEnabled(): bool


Automatically generated on 2025-02-06

Clone this wiki locally