WebhookType
not part of TYPO3's Core API
Table of Contents
Properties
- $connectedEvent : string|null
- $description : string
- $factoryMethodName : string
- $identifier : string
- $serviceName : string
Methods
- __construct() : mixed
- getConnectedEvent() : string|null
- getDescription() : string
- getFactoryMethod() : string
- getIdentifier() : string
- getServiceName() : string
Properties
$connectedEvent read-only
protected
string|null
$connectedEvent
= null
$description read-only
protected
string
$description
$factoryMethodName read-only
protected
string
$factoryMethodName
$identifier read-only
protected
string
$identifier
$serviceName read-only
protected
string
$serviceName
Methods
__construct()
public
__construct(string $identifier, string $description, string $serviceName, string $factoryMethodName[, string|null $connectedEvent = null ]) : mixed
Parameters
- $identifier : string
- $description : string
- $serviceName : string
- $factoryMethodName : string
- $connectedEvent : string|null = null
getConnectedEvent()
public
getConnectedEvent() : string|null
Return values
string|nullgetDescription()
public
getDescription() : string
Return values
stringgetFactoryMethod()
public
getFactoryMethod() : string
Return values
stringgetIdentifier()
public
getIdentifier() : string
Return values
stringgetServiceName()
public
getServiceName() : string