PageModificationMessage implements WebhookMessageInterface
FinalYes
not part of TYPO3's Core API
Attributes
- #[WebhookMessage]
- $identifier: 'typo3/content/page-modification'
- $description: 'LLL:EXT:webhooks/Resources/Private/Language/locallang_db.xlf:sys_webhook.webhook_type.typo3-content-page-modification'
Table of Contents
Interfaces
- WebhookMessageInterface
- A semantic interface for messages that can be put into a message bus in order to be serialized.
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Methods
__construct()
public
__construct(string $action, int $uid, array<string|int, mixed> $record, string $url, string $siteIdentifier[, BackendUserAuthentication|null $author = null ][, array<string|int, mixed>|null $modifiedFields = null ]) : mixed
Parameters
- $action : string
- $uid : int
- $record : array<string|int, mixed>
- $url : string
- $siteIdentifier : string
- $author : BackendUserAuthentication|null = null
- $modifiedFields : array<string|int, mixed>|null = null
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>