‪TYPO3CMS  ‪main
TYPO3\CMS\Webhooks\Model\WebhookType Class Reference

Public Member Functions

 __construct (protected readonly string $identifier, protected readonly string $description, protected readonly string $serviceName, protected readonly string $factoryMethodName, protected readonly ?string $connectedEvent=null)
 
 getIdentifier ()
 
 getDescription ()
 
 getServiceName ()
 
 getFactoryMethod ()
 
 getConnectedEvent ()
 

Detailed Description

not part of TYPO3's Core API

Definition at line 23 of file WebhookType.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Webhooks\Model\WebhookType::__construct ( protected readonly string  $identifier,
protected readonly string  $description,
protected readonly string  $serviceName,
protected readonly string  $factoryMethodName,
protected readonly ?string  $connectedEvent = null 
)

Definition at line 25 of file WebhookType.php.

Member Function Documentation

◆ getConnectedEvent()

TYPO3\CMS\Webhooks\Model\WebhookType::getConnectedEvent ( )

Definition at line 53 of file WebhookType.php.

◆ getDescription()

TYPO3\CMS\Webhooks\Model\WebhookType::getDescription ( )

Definition at line 38 of file WebhookType.php.

◆ getFactoryMethod()

TYPO3\CMS\Webhooks\Model\WebhookType::getFactoryMethod ( )

Definition at line 48 of file WebhookType.php.

◆ getIdentifier()

TYPO3\CMS\Webhooks\Model\WebhookType::getIdentifier ( )

Definition at line 33 of file WebhookType.php.

References TYPO3\CMS\Webhooks\Message\$identifier.

◆ getServiceName()

TYPO3\CMS\Webhooks\Model\WebhookType::getServiceName ( )

Definition at line 43 of file WebhookType.php.